Vuetify: [Bug Report] v-label color and class props are ineffective

Created on 9 Jun 2020  路  5Comments  路  Source: vuetifyjs/vuetify

Environment

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

https://codepen.io/marreman/pen/ZEQbZPa

documentation duplicate

Most helpful comment

All 5 comments

v-label is listed in the API-explorer on vuetifyjs.com with the prop color available. How is this not a bug?

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

Sorry for missing that duplication! Yeah I found it in the API-explorer. v-messages is in that explorer as well. Should that go as well then?

Was this page helpful?
0 / 5 - 0 ratings