Open joaopalopes24 opened 1 month ago
This used to work in v3.6.15
and broke in 3.7.0
Just curious.. what is the text input's business inside the selection menu anyway? If you want to let user type his own text there is v-combobox
for it. Otherwise you might be trying to implement search within the dropdown (Select2) which probably is easier to pull off with v-menu
+ v-list
(demo).
@J-Sek That's exactly what it's used for.
Where I work we created our own search filter inside the prepend-item
slot instead of using a v-combobox
because it looks and feels like a normal v-select
Environment
Vuetify Version: 3.7.2 Vue Version: 3.5.7 Browsers: Chrome 129.0.0.0 OS: Linux x86_64
Steps to reproduce
Put text-field in prepend-item slot inside the select.
Expected Behavior
Accept space.
Actual Behavior
Don't accept space.
Reproduction Link
https://play.vuetifyjs.com/#...