-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Replace values in single-item selection #1104
Comments
Related to #110 |
Note that Select2 behaves this way, to see a concrete example. |
Also related to #996 |
This solution might be late but it might be of help to someone. This will reopen the textbox for edit and select all the text when the use focuses on the element.
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Selectize.js is great even for single-item selection. The problem is that after the user has selected the item, s/he needs to delete the selected item and start typing to search from the beginning. I think it would be more intuitive if the "deletion" step wasn't needed.
Steps to reproduce:
Expected result: Delete the selected item and search the available items.
Actual result: Nothing happens, since step 2 is actually "delete selected item" and only step 3 is "type a few letters"
The text was updated successfully, but these errors were encountered: