Skip to content
New issue

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

[Bug Report][3.6.8] VNumberInput does not retain aria-autocomplete attribute #19953

Closed
Tomdanizer opened this issue Jun 5, 2024 · 0 comments · Fixed by #19959
Closed

[Bug Report][3.6.8] VNumberInput does not retain aria-autocomplete attribute #19953

Tomdanizer opened this issue Jun 5, 2024 · 0 comments · Fixed by #19959

Comments

@Tomdanizer
Copy link

Environment

Vuetify Version: 3.6.8
Vue Version: 3.4.27
Browsers: Edge 125.0.0.0
OS: Windows 10

Steps to reproduce

Adding attributes
- aria-autocomplete="none"
- autocomplete="off"
to the VNumberInput component does not actually apply the attributes. This functionality works for other inputs like VTextField etc.

Expected Behavior

The attributes

  • aria-autocomplete="none"
  • autocomplete="off"
    to be attached to the input element for VNumberInput

Actual Behavior

Attributes are missing.

Reproduction Link

https://play.vuetifyjs.com/#...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant