material
Here are 2,216 public repositories matching this topic...
-
Updated
Jul 14, 2021 - JavaScript
-
Updated
Jun 19, 2021 - HTML
Documentation Feedback
Describe how to use chips with forms: reactive and template-driven. Add examples
Affected documentation page: https://material.angular.io/components/chips/overview
-
Updated
Jul 12, 2021 - JavaScript
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
Jul 4, 2021 - JavaScript
-
Updated
Mar 18, 2021 - JavaScript
-
Updated
Jul 9, 2021 - Vue
-
Updated
Jul 6, 2021 - JavaScript
-
Updated
Oct 12, 2018 - Java
-
Updated
Jul 8, 2021 - TypeScript
-
Updated
Jul 18, 2021 - Java
-
Updated
Jul 13, 2021 - Kotlin
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
Jun 11, 2021 - Java
-
Updated
Jul 19, 2021 - Objective-C
-
Updated
Mar 3, 2020 - Java
-
Updated
Apr 25, 2021
-
Updated
Jul 12, 2021 - CSS
-
Updated
Jun 8, 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
Browsers: Chrome 91.0.4472.114
OS: Mac OS 10.15.7
Steps to reproduce
I can confirm that v-tabs does not exclusively return a number on the change event. I think it will return numbers if you don't specify a value for the
to
orhref
props in childv-tab
components, but where I'm using it, it returns the string value of what I have put into theto
prop,