-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Allow text selection when input type="text" #256
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
Comments
Annoying indeed. STR:
|
Oops |
Any idea what event is firing when It does not appear to be blur, change, clear, or delete based on logging of those events to console:
|
Hi, is there an update on this one? Still present in latest AFAIK. |
I still don't think this is solved. One of the first things I noticed. Also clicking the 'tag' won't remove or edit it. Would love an update. |
Indeed. Ctrl+A works, but removes the entered text. Selecting multiple elements by pressing shift and moving the cursor to the left also does not work and would be a really useful feature. |
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 |
Reopen, please. |
Currently it is impossible to use arrow keys + left/right, or even CTRL+A to select the item text.
For this request - my interest is in single item selection on a input type="text". So selectize becomes a better 'typeahead' with the nice to have 'add ' prompt. I wonder if this use case can be supported and then the selected item can be inside the hidden input type="text" and thus selectable.
The text was updated successfully, but these errors were encountered: