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
Overview
When using the autocomplete textbox, the change event is emitted when the value changes mirroring the functionality of the v-model value bind (but with a debounce). There is no way to know if the value has been typed into the box by the user or if they selected it from the options list.
Possible Solutions
I think we can keep the v-model and change events, but perhaps we need a selected event as well for when an option is chosen rather than typed in?
The text was updated successfully, but these errors were encountered:
jrdh
changed the title
Rework how value changes and selected values are made available to autocomplete component users
There is no way to know if an autocomplete option has been selected or typed in
Jun 17, 2024
Overview
When using the autocomplete textbox, the change event is emitted when the value changes mirroring the functionality of the
v-model
value bind (but with a debounce). There is no way to know if the value has been typed into the box by the user or if they selected it from the options list.Possible Solutions
I think we can keep the
v-model
andchange
events, but perhaps we need aselected
event as well for when an option is chosen rather than typed in?The text was updated successfully, but these errors were encountered: