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.5.15 Vue Version: 3.4.21 Browsers: Edge 123.0.0.0 OS: Mac OS 10.15.7
Use different theme on v-text-field and set error-messages property.
The error messages should be colored according to the overriding theme.
The color of the error-messages is set to the error-color of the currently active theme.
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered:
fix(VInput): add theme class (#19602)
97cc161
fixes #19598
SonTT19
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.5.15
Vue Version: 3.4.21
Browsers: Edge 123.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Use different theme on v-text-field and set error-messages property.
Expected Behavior
The error messages should be colored according to the overriding theme.
Actual Behavior
The color of the error-messages is set to the error-color of the currently active theme.
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: