-
Updated
Nov 15, 2020 - Dart
Material design
Material design is a design language developed by Google. It makes use of grid-based layouts, responsive animation, and transitioning.
Here are 5,598 public repositories matching this topic...
-
Updated
Nov 13, 2020 - TypeScript
-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Nov 13, 2020 - Dart
-
Updated
Nov 13, 2020 - HTML
Environment
Vuetify Version: 2.3.5
Vue Version: 2.6.11
Browsers: Chrome 84.0.4147.89
OS: Mac OS 10.15.5
Steps to reproduce
Setup theme as Dark mode.
Try the example.
Only Hover list, and Transitions examples can see the affect.
Other examples looks bad in the dark mode.
Expected Behavior
Should show affects in the example.
Actual Behavior
Looks
The checkbox documentation page has a section about the usage of "MAT_CHECKBOX_CLICK_ACTION" to define the behavior on clicks.
It didn't provide any indication that this method is deprecated, nor that it was replaced with {provide: MAT_CHECKBOX_DEFAULT_OPTIONS, useValue: { clickAction: 'noop' } as MatCheckboxDefaultOptions }
Running a project after upgrading the Angular and Material pa
-
Updated
Oct 9, 2020 - CSS
-
Updated
Aug 15, 2020 - Swift
-
Updated
Nov 11, 2020 - Kotlin
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Nov 13, 2020 - TypeScript
Not a single form field has a label. These designs are not usable and the patterns presented should be discouraged.
I suggest adding a validation check like Nu Validator, aXe, lighthouse, etc. to show all the places this markup is invalid.
-
Updated
Oct 18, 2020 - Dart
Is there any way to implement horizontal radio button group?
Is your feature request related to a problem? Please describe.
When setting the layout anchor of a extended fab to the bottom app bar it does not show the cutout.
Describe the solution you'd like
The ability to use any shape as the cutout, or at least all the Fab variants.
-
Updated
Oct 28, 2020 - Kotlin
-
Updated
Jul 16, 2020 - Python
-
Updated
Nov 15, 2020 - JavaScript
While this behavior might be useful for single selection comboboxes, it is an unexpected behavior, when you template the combobox items to achieve a multiselection behavior. Is it possible to disable the behavior that the selected item is removed from the available items list?
-
Updated
Aug 9, 2017 - Java
-
Updated
Oct 30, 2020 - CSS
-
Updated
Aug 6, 2020 - CSS
https://material-ui.com/api/select/
The docs says that you cannot use empty string value for value field. As long as this is eventually acceptable, there is an issue, because for some reason null value also does not work. These both totally break my communication with backend service, because it seems I'll have to find and replace the values before saving (I do want to save null).
If I c