We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vuetify Version: 3.3.15 Vue Version: 3.3.4 Browsers: Firefox 117.0 OS: Mac OS 10.15
Picker respects the null value and show no colour selected
When a width property is not set on the component, the behaviour is as expected.
width
If you do set a width prop, however, the previously null value now automatically defaults to white ( #ffffff or rgb(255,255,255) )
null
white
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered:
wtf
Sorry, something went wrong.
9e378df
KaelWD
No branches or pull requests
Environment
Vuetify Version: 3.3.15
Vue Version: 3.3.4
Browsers: Firefox 117.0
OS: Mac OS 10.15
Steps to reproduce
Expected Behavior
Picker respects the null value and show no colour selected
Actual Behavior
When a
width
property is not set on the component, the behaviour is as expected.If you do set a
width
prop, however, the previouslynull
value now automatically defaults towhite
( #ffffff or rgb(255,255,255) )Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: