-
Notifications
You must be signed in to change notification settings - Fork 436
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
cannot insert data using addtags by mode mix #356
Comments
I will check and let you know |
Hi @yairEO I thought it will be work in mix mode when I used addTags in my function Thanks @yairEO |
I am currently on away vacation but have pushed a fix for this to my experimental v3 branch, so you are free to try it until I come back on Monday |
I will release v3 this week which will have this fixed |
- do not add multiple after the last tag, in mixed-mode (happens if initial input value has multiline) - re-wrote "replaceTextWithNode" method completely and renamed it "replaceTextWithNode" - fix bug where unintended mixed-mode prefixes are removed instead of only the one needed - fix bug with mixed-mode dropdown not removed when Tagify de-focus - Changes to "autoComplete" setting. added "rightKey" sub-setting - when dropdown is shown, pressing ESC key should not create a new tag, but only hide the dropdown - improve the auto-comeplete setting with sub-settings for "enter" & "right" keys functionality (issue #103) - on fuzzy-search, only auto-complete the input with terms starts with the typed text - added loader animations to the CSS and "loading" method to Tagify - single-value select mode refactoring - demo page - suggestion list as tags that when clicked add the clicked tag - renamed jQuery event "remove" to "removeTag" #222 - make demo page header fixed to top - all triggered events return the instance's scope (tagify) - add methods to the README (replaceTag) - improved CSS dropdown animations (on show) - Show dropdown suggestions list on arrow down #333 - fixed #267 - Pasted text separated with new line symbol doesn't process correctly - fixed #356 - addTags not working on mix-mode - add boolean property to "this.dropdown" that would tell if the dropdown is shown or not - show suggestions dropdown when editing a tag - add event: "edit:keydown" - new event: "edit:input" - new event: "edit:change" - new event: "edit:start" - added dropdown ability to use css effects when showing - dropdown auto-adjusts its placement if there's no space for it at the bottom, it will flip to be above
Just released version |
Hi @yairEO |
Hi all
I tried to insert data using addtags, bui it cannot be tags
you can see in my code, how to make it?
I am using 2.9.9, when I change to latest version, the result is the same
https://jsbin.com/maxizunaso/edit?html,js,output
The text was updated successfully, but these errors were encountered: