material
Here are 2,174 public repositories matching this topic...
-
Updated
Jun 2, 2021 - JavaScript
-
Updated
Mar 18, 2021 - HTML
Documentation Feedback
Currently, there is only a single example in the card documentation. The component has tons of sub-elements and options, the examples should be a lot more comprehensive as is with other UI libraries. (generally, lack of examples in the Material documentation renders the site less than helpful).
Affected documentation page: Insert a link to the affected page
-
Updated
May 31, 2021 - SCSS
Is your feature request related to a problem? Please describe.
I am using QInnerLoading a lot in my app, I think it is very convenient. I have a very common use case which is not directly covered by the component: I put a short explanation text under the spinner (e.g. "checking parameters...", "saving..." etc.).
Describe the solution you'd like
A direct solution would be to add optio
Is there any way to implement horizontal radio button group?
Suggested code to add to Fields.xaml
<smtx:XamlDisplay
Grid.Row="1"
Grid.Column="4"
UniqueKey="fields_30">
<StackPanel>
<CheckBox
x:Name="MaterialDesignOutlinedPasswordFieldTextCountComboBox"
Content="View Text Input Count"/>
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
Mar 18, 2021 - JavaScript
-
Updated
May 26, 2021 - Vue
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
Oct 12, 2018 - Java
-
Updated
Jun 7, 2021 - TypeScript
-
Updated
Mar 10, 2021 - Java
-
Updated
May 31, 2021 - Kotlin
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
May 13, 2021 - Java
-
Updated
Jun 7, 2021 - Objective-C
-
Updated
Mar 3, 2020 - Java
-
Updated
Apr 25, 2021
-
Updated
May 24, 2021 - CSS
-
Updated
May 12, 2021 - SCSS
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."
Environment
Vuetify Version: 2.5.3
Vue Version: 2.6.13
Browsers: Chrome 91.0.4472.77
OS: Windows 10
Steps to reproduce
Click on the v-select to open it, then use hte up/down arrow key to navigate the options.
Expected Behavior
It is expected that arrow key up/down will change the selection to he previous/next value in the select.
Actual Behavior