-
Notifications
You must be signed in to change notification settings - Fork 70
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
Support for pasting a list of items #14
Comments
Hi, is this already working in your branch? |
no... |
Take a look at my fork where I've provided a custom parsing function which can be used to split the comma separated words/tags. |
@garjitech - Thanks that seems to work. A couple things.
Here's the simple comma parsing code (the email parsing removed) which handles pasting a list:
|
When typing a new tag the comma automatically performs the same function as hitting enter (creates a new tag). When pasting (Ctrl+V) a list of comma separated words/tags (eg. tennis, baseball, hockey, sports) the functionality is lost. Hitting comma or enter after pasting will cause the whole string to become one large tag "tennis, baseball, hockey, sports" instead of automatically splitting them up.
Probably a feature request more than an issue.
The text was updated successfully, but these errors were encountered: