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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Vuetify Version: 3.3.23 Vue Version: 3.3.7 Browsers: Chrome 118.0.0.0 OS: Windows 10
Inspect the close element of the chip
The element should be a <button> so it's accessible by keyboard and properly exposed to screen readers
<button>
It's a <div>
<div>
https://play.vuetifyjs.com/#...
This is a regression from v2
The text was updated successfully, but these errors were encountered:
fix(VChip): use button element for closable button (#18571)
50e48d5
closes #18547
johnleider
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.3.23
Vue Version: 3.3.7
Browsers: Chrome 118.0.0.0
OS: Windows 10
Steps to reproduce
Inspect the close element of the chip
Expected Behavior
The element should be a
<button>
so it's accessible by keyboard and properly exposed to screen readersActual Behavior
It's a
<div>
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
This is a regression from v2
The text was updated successfully, but these errors were encountered: