-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
C: VSelectT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expecteda11yAccessibility issueAccessibility issue
Milestone
Description
Environment
Vuetify Version: 3.11.2
Vue Version: 3.5.25
OS: Windows 10 (current)
Steps to reproduce
- Use a v-select with "ids", "ids1", "ids2", "ids3" as items.
- Open the browser and select the v-select component with the mouse.
- Type "ids", which selects the THIRD item "ids2" instead of "ids".
Expected Behavior
When typing "ids" in the keyboard, the v-select selects the FIRST item which has "ids" as prefix.
Actual Behavior
When typing "ids" in the keyboard, the v-select selects the THIRD item, which has "ids" as prefix, which is odd.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
This behaviour is really odd and should be fixed. We use many items with the same prefix and don't accept this behaviour and urgently wait for a fix.
Images
Metadata
Metadata
Assignees
Labels
C: VSelectT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expecteda11yAccessibility issueAccessibility issue