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
When taggable or pushtags is used, the item type in should be pushed into the selected items.
Use Case
When a user is typing into the select and the item is not listed, the default behavior is that the user should hit the enter key to add the item to the list. but this is not very intuitive for many users. this should happen automatically on blur.
The text was updated successfully, but these errors were encountered:
Or.. it should clear the text on blur to let user know that he/she forgot to push enter and value wasn't entered. Leaving the text there is bad from UX point of view.
Total agree that this is a UX improvement.
For anyone else looking for a quick workaround, you can use the search:blur emit to force the input to 'select'.
Risky code as it might change in future releases, use at your own risk!
When
taggable
orpushtags
is used, the item type in should be pushed into the selected items.Use Case
When a user is typing into the select and the item is not listed, the default behavior is that the user should hit the enter key to add the item to the list. but this is not very intuitive for many users. this should happen automatically on blur.
The text was updated successfully, but these errors were encountered: