-
Updated
Dec 17, 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,657 public repositories matching this topic...
-
Updated
Dec 16, 2020 - TypeScript
-
Updated
Dec 17, 2020 - JavaScript
-
Updated
Dec 16, 2020 - Dart
-
Updated
Nov 13, 2020 - HTML
Environment
Vuetify Version: 2.3.19
Vue Version: 2.6.12
Browsers: Chrome 86.0.4240.198
OS: Linux x86_64
Steps to reproduce
Enable dense mode in v-text-field and add prefix
Expected Behavior
Prefix and the text field content should vertically align even in dense mode
Actual Behavior
Prefix is slightly above the text field content
Reproduction L
The official doc says:
The content of this template is captured by the portal.
The content of this template is captured by the portal.
A component ca
-
Updated
Dec 17, 2020 - SCSS
-
Updated
Dec 9, 2020 - Swift
-
Updated
Dec 12, 2020 - Kotlin
-
Updated
Dec 17, 2020 - JavaScript
Bug
When the user changes a radio group, the radio group should be scrolled into view if it's no
-
Updated
Dec 17, 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
Dec 7, 2020 - Kotlin
-
Updated
Jul 16, 2020 - Python
-
Updated
Dec 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
Dec 14, 2020 - Kotlin
-
Updated
Dec 7, 2020 - CSS
-
Updated
Dec 9, 2020 - JavaScript


I am trying to use
Selectcomponent with accessibility support. It works pretty well except for the usage withFormHelperText. When the select toggle button is focused the screen reader does not read the contents ofFormHelperText. I have also tried using theTextFieldcomponent withselectprop for better support as mentioned in [docs](https://material-ui.com/components/selects/#access