-
Notifications
You must be signed in to change notification settings - Fork 825
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
Update tags when hidden field changes #72
Comments
The ideal way is to call createTag instead of modifying the existing field. But if you must, can I suggest destroying the widget and re-instantiating it to refresh? |
Can you give me a use case for this? It seems like it might be unnecessary complexity. Going to close this for now unless someone convinces me otherwise, sorry. |
I might have a use case: |
@aehlke I know I'm reviving zombies here, but maybe you got a hint for me? |
@aehlke never mind, in the meantime I worked around by removing and adding the tags with the provided removeAll/createTag methods! |
This is necessary, thanks codeling by the removeAll/createTag solution. |
How to update tags, when tag-it input value has changed?
I want to do smth like that:
Maybe there is a fork with this feature?
The text was updated successfully, but these errors were encountered: