Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no way to know if an autocomplete option has been selected or typed in #37

Open
jrdh opened this issue Jun 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jrdh
Copy link
Member

jrdh commented 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 and change events, but perhaps we need a selected event as well for when an option is chosen rather than typed in?

@jrdh jrdh added the enhancement New feature or request label Jun 17, 2024
@jrdh 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant