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
{{ message }}
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
We're seeing users type a tag (email addresses in our case) and then click 'Send' without typing comma or enter to complete the tag. Is there a way we can read any text in progress, or force tag completion?
The text was updated successfully, but these errors were encountered:
Hi Kris. Glad to know it's being useful to you. :)
That's the expected behavior given the current implementation, but definitely not the correct one, as you have pointed out. I believe there could be an option to add the current tag when the input field loses focus. What do you think?
If you happen to have another suggestion, please let me know.
It turns out that doing that when the input loses focus solves one problem and creates a new one at the same time. When the autocomplete list is visible, the user can select a suggestion by clicking on it, and that triggers the input's blur event, which in turn adds the current text instead of the selected suggestion.
I'll have to figure out how to solve that. I welcome suggestions. :)
Great project! Helped us remove jQuery.
We're seeing users type a tag (email addresses in our case) and then click 'Send' without typing comma or enter to complete the tag. Is there a way we can read any text in progress, or force tag completion?
The text was updated successfully, but these errors were encountered: