-
Updated
Jun 19, 2021 - HTML
material-components
Here are 319 public repositories matching this topic...
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
-
Updated
Jul 16, 2021 - TypeScript
Description: With the date picker already shown, after the screen is rotated, the first selected value is not obtained. After that, it works normally.
I show a Toast whenever a value is selected. But the Toast is not shown after the screen rotation when the first value is selected. From second selection and so on, it works normally.
-
Updated
Jul 13, 2021 - Kotlin
-
Updated
Jul 18, 2021 - Java
-
Updated
Jul 13, 2021 - Kotlin
-
Updated
Jul 19, 2021 - Objective-C
-
Updated
Jul 18, 2021 - TypeScript
-
Updated
Jul 4, 2021 - Kotlin
-
Updated
Nov 16, 2020 - Java
-
Updated
May 17, 2017 - Java
-
Updated
Jun 1, 2020 - Kotlin
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Jun 7, 2021 - Kotlin
-
Updated
Oct 2, 2020
-
Updated
Jul 8, 2021 - Kotlin
-
Updated
May 18, 2021 - Dart
-
Updated
Jul 13, 2021 - Kotlin
Scrims
To make typography legible on top of imagery, apply text protection in the form of scrims. Scrims are lightweight, translucent material layers.
Text protection from https://material.io/guidelines/style/imagery.html#imagery-best-practices
-
Updated
Dec 9, 2017 - Java
-
Updated
Jul 14, 2018 - Kotlin
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Nov 28, 2020 - TypeScript
-
Updated
Jun 28, 2021 - Svelte
-
Updated
May 27, 2020 - Kotlin
-
Updated
May 7, 2021 - Elm
-
Updated
Jul 18, 2021 - Java
Improve this page
Add a description, image, and links to the material-components topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the material-components 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,