Environment
Vuetify Version: 3.9.5
Vue Version: 3.5.21
Expected Behavior
The input element inside the <v-select> should have role="combobox" and aria-expanded & aria-controls attributes.
https://dequeuniversity.com/rules/axe/4.10/aria-required-attr?application=playwright
Actual Behavior
The input element have the role but not the required combobox attributes.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
There was no problem before #21903. Those aria attributes must have been forgotten.