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.6.7 Vue Version: 3.4.27 Browsers: Chrome 125.0.0.0 OS: Linux x86_64
Check the aria-valuenow attribute in the developer tools.
aria-valuenow
aria-valuenow should respect the max attribute if given, i.e. should be in the range [0, max], see MDN
max
the aria-valuenow enables defining a current numeric value between the minimum and maximum values.
aria-valuenow is always in the range [0, 100]
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered:
f9ac620
SonTT19
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.6.7
Vue Version: 3.4.27
Browsers: Chrome 125.0.0.0
OS: Linux x86_64
Steps to reproduce
Check the
aria-valuenow
attribute in the developer tools.Expected Behavior
aria-valuenow
should respect themax
attribute if given, i.e. should be in the range [0, max], see MDNActual Behavior
aria-valuenow
is always in the range [0, 100]Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: