[Bug Report] v-label color and class props are ineffective
See original GitHub issueEnvironment
Vuetify Version: 2.2.33 Vue Version: 2.6.11 Browsers: Chrome 83.0.4103.97 OS: Mac OS 10.15.4
Steps to reproduce
Add color
prop with value "error"
or a class
prop with a known class name to a v-label
.
Expected Behavior
The v-label should have the error color (usually red) and have the supplied classes applied.
Actual Behavior
The color does not change and the classes are not applied.
Reproduction Link
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Warning: Prop className did not match. #7322 - GitHub
Describe the bug Using css prop introduced with styled-components v4 causes Warning: Prop className did not match. .
Read more >How to Write A Good Bug Report? Tips and Tricks
How to distinguish between a good and bad Bug Report? It's very simple, apply the following characteristics and techniques to report a bug....
Read more >React input onChange lag - Stack Overflow
I have a simple controlled input with an onChange event handler. Everything works as it should with handleChange firing on every keystroke, the ......
Read more >Color Additives Questions and Answers for Consumers - FDA
The FDA continually monitors reports of problems that may be related to color additives and takes action when necessary.
Read more >Styling in React: 5 ways to style React apps - LogRocket Blog
Learn about styling React components with inline styling, styled-components, CSS modules, Tailwind CSS, and Sass and CSS style sheets.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yup, https://github.com/vuetifyjs/vuetify/issues/9857
v-label
being listed in API-explorer is a bug in docs, it shouldn’t be there I’ll reopen this issue as a docs issue