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.7.6 Vue Version: 3.5.13 Browsers: Chrome 131.0.0.0 OS: Mac OS 10.15.7
With a v-text-field an inner-icon and a password field just like the docs for password input (https://vuetifyjs.com/en/components/text-fields/#password-input).
Using the keyboard tab to the 'eye', press the spacebar and notice it does not 'click' the button or fire the event.
Pressing the spacebar on the inner-icon should 'click' the button or emit the event
Does not emit an event
https://play.vuetifyjs.com/#...
I believe this used to work. I would guess Vue 3.4 and a similar Vuetify version released/active around August ish of 24.
The text was updated successfully, but these errors were encountered:
click:*
5ca8184
J-Sek
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.7.6
Vue Version: 3.5.13
Browsers: Chrome 131.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
With a v-text-field an inner-icon and a password field just like the docs for password input (https://vuetifyjs.com/en/components/text-fields/#password-input).
Using the keyboard tab to the 'eye', press the spacebar and notice it does not 'click' the button or fire the event.
Expected Behavior
Pressing the spacebar on the inner-icon should 'click' the button or emit the event
Actual Behavior
Does not emit an event
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
I believe this used to work. I would guess Vue 3.4 and a similar Vuetify version released/active around August ish of 24.
The text was updated successfully, but these errors were encountered: