material
Here are 1,830 public repositories matching this topic...
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
May 8, 2020 - HTML
Environment
Vuetify Version: 2.2.20
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.163
OS: Mac OS 10.15.2
Steps to reproduce
- open console
- focus input
- check console for 'handleFocus'
- click 'no data'
- check console for 'handleBlur'
- re-focus input field
- handleFocus doesn't trigger again
Expected Behavior
v-autocomplete/v-combobox `@b
Reproduction
Use StackBlitz to reproduce your issue:
https://stackblitz.com/edit/angular-b8qqaf
Steps to reproduce:
- Create chip list input
https://material.angular.io/components/chips/overview - Disable form field
Expected Behavior
What behavior were you expecting to see?
Should be disabled, light gray color
Actual Behavior
What behavior did you actua
- Framework7 version: 5.5.5
- Vue.js version: 2.6.11
- Platform and Target: Desktop
- JSFiddle: https://jsfiddle.net/c5ns7fa1/
Describe the bug
I found that if an item of a simple list contains sub-components, they were regenerated after the component containing the list is mounted.
Is this a bug or simply a misuse of a simple list?
To Reproduce
Steps to reproduce the behavio
I want to format some selection node to some other ,but not found the api,some function like :
- import some css, that can redefine the style
- add some predefined style,that can be apply to selected element
- do any replace as I want (maybe what I need is get selection's element node,content,then set content)
add parent element div and class
<p>autor: abc</p><p>date:2020...</>
-
Is there any way to implement horizontal radio button group?
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 14, 2020 - Vue
Reproduction:
Go to https://mdbootstrap.com/docs/jquery/components/pagination/ , check the generated html code for one of the pagination expamples, there are two "waves-effect" in a element class.
<li class="page-item"><a class="page-link waves-effect waves-effect">2</a></li>
-
Updated
Oct 12, 2018 - Java
This uses the latest release of Onsen UI. In case the issue is not reproducible in desktop browsers, just follow the previous steps and also modify the platform version at the end (you can also open the mentioned site on a device).
Environment
Onsen UI Version: 2.10.8
Framework: react-dom 16.8.6 (I think it also forces react to be 16.8.6)
Framework binding: react-onsenui 1.11
Thes
-
Updated
Feb 6, 2020 - Java
-
Updated
Jun 28, 2020 - Kotlin
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Jun 14, 2020 - Java
Right now you can only create a MDCAlertButton with a string title https://github.com/material-components/material-components-ios/blob/bb1fd86511f67a458de5939395d2f7b3dc852a8d/components/Dialogs/src/MDCAlertController.h#L394
However the MDCButton created when instantiating that action can accept a NSAttributedString
So to support NSAttributedString for MDCAlertButton is just a matter
-
Updated
Mar 3, 2020 - Java
-
Updated
Jul 16, 2020 - CSS
-
Updated
Jun 22, 2020 - CSS
-
Updated
Jun 21, 2020
Improve this page
Add a description, image, and links to the material topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the material topic, visit your repo's landing page and select "manage topics."


Previously when using material icons I used the
<i>tag and I believe I recall that material.io suggested that tag as well. Having checked again today I'm now seeing material.io suggesting that a<span>tag be used (which according to a lot of highly debated stack overflow answers is the correct tag to use for icons).The issue is that material.io and the github pages documentation are not