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
Vuetify Version: 3.5.13 Last working version: 3.4.6 Vue Version: 3.3.8 Browsers: Chrome 123.0.0.0 OS: Windows 10
Steps to reproduce
Create example project.
Add VAtuocomplete element with some items.
Add #selection slot to use custom appearance of selected item.
Focuse VAutocomplete and edit input.
Expected Behavior
It must be possible to edit input characters one by one(not whole input at once).
Control must not expand.
Actual Behavior
Currently it looks like input is empty and placed below the selection value.
Editing input causes removing whole input.
From versions 3.4.7-3.5.6 there as only strange behavior that input caret was placed randomly in middle of text.
Mentioned issue appears from 3.5.7 and exists up to 3.5.13.
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 3.5.13
Last working version: 3.4.6
Vue Version: 3.3.8
Browsers: Chrome 123.0.0.0
OS: Windows 10
Steps to reproduce
Create example project.
Add VAtuocomplete element with some items.
Add #selection slot to use custom appearance of selected item.
Focuse VAutocomplete and edit input.
Expected Behavior
It must be possible to edit input characters one by one(not whole input at once).
Control must not expand.
Actual Behavior
Currently it looks like input is empty and placed below the selection value.
Editing input causes removing whole input.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
From versions 3.4.7-3.5.6 there as only strange behavior that input caret was placed randomly in middle of text.
Mentioned issue appears from 3.5.7 and exists up to 3.5.13.
The text was updated successfully, but these errors were encountered: