-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Improvments #2
Comments
Thanks for the feedback. I created some separate issues for typeahead options and the events, I think they're a good idea. Validating a tag could be done in the beforeadd event. Minimum characters before actually querying an resource by ajax can easily be done by setting a function as source option, which checks query.length before invoking the ajax call. I'm not sure about the tab key, I think it's good to explicitly confirm adding a tag by hitting enter. Space is not possible, because tags may contain spaces. Also not sure about editting tags, because I'm thinking about making tags clickable (trigger click event) |
thanks for reply, lastly if we can reorder the tags by dragging this would make it a bomb :) thanks for listening |
"is there a documentation for beforeaddtag and any other events as i don't see it ?" "lastly if we can reorder the tags by dragging this would make it a bomb" |
awesome, speaking of pull request, how this damn thing works ? |
great thank you :) |
Got some more feedback about which keys to use to confirm a tag. Some people like space too. Created #10 for this. |
I think all relevant enhancements from this issue are covered in new issues; closing this one |
great, all the best |
hi, I agreed regarding to @devmondo for confirm tag through tab key.. Thanks in Advanced |
hi,
may i suggest the following features to make this more beautiful
-ability to have options to confirm Tag, right now only Enter key is used, we may have space Key and Tab key too
-have a way to validate the tag before approving it
-if user clicks ESC button the entered text should be cleared
-events on adding, editing, deleting, initializing
thanks in advanced.
The text was updated successfully, but these errors were encountered: