-
Notifications
You must be signed in to change notification settings - Fork 284
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
Using Select2 with ajax load multiselect my tags are removed instantly. #530
Comments
@vedmack Please let me know if I can provide any additional information. I think its an easy fix. |
@vedmack How is this an enhancement and not a bug? The docs show support for select2 and multi_select. |
@VictorioBerra the label is not that important (you can see that I have fixed / added enough enhancements to yadcf), I labeled it as enhancement because you can't expect me to support out of the box the entire select2 api, in your case the issue seems to be the result of the select2 ajax usage (instead of datatables ajax data). Having said that I will try (already began) to fix it |
Thanks @vedmack |
fixed in 0.9.4.beta.13 let me know if you using the npm and I will update the bata in it too |
I am not using NPM for this package, thanks for knocking this out so quickly. |
0.9.4.beta.12
http://jsfiddle.net/Lord_Zero/p1c0j59k/1/
Click the API search box and select an item. Its REALLY fast but the tag gets added, and suddenly removed.
Proof it gets added:
If you break on subtree modifications on
select2-selection__rendered
(Chrome dev tools) you will see it.The text was updated successfully, but these errors were encountered: