You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
to be attached to the input element for VNumberInput
Actual Behavior
Attributes are missing.
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: