-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Open
Labels
Description
Environment
Vuetify Version: 3.11.6
Vue Version: 3.5.26
OS: Windows 10 (current)
Steps to reproduce
- Select a value from the first component (see reproduction link)
- Select a value from the second component
- Change the first select
- Observe the second select containing the raw value
Expected Behavior
Depending components (VSelect, VAutocomplete) should be empty (at least visually) and don't display the raw value (v-model) if it's not within the items property.
Actual Behavior
Depending components (VSelect, VAutocomplete) is displaying the raw value (v-model) if it's not within the items property, creating a confusion.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
This was working in Vuetify 2.x. Is this an intended behavior in Vuetify 3? If so, what are the recommendations upgrade wise.