We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi...
I am able to change options in select2 based on another select2 through following line: $('.select2-class').editable('option', 'source', [...]);
$('.select2-class').editable('option', 'source', [...]);
Options are getting changed, but as soon as select 1 of the option then it is showing as "Empty" as soon as I mark for save.
So is there any solution for this.
And I can also see in editable element that source gets updated but input.sourceData is still holding old set of options.
So is there any solution for this? Please help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi...
I am able to change options in select2 based on another select2 through following line:
$('.select2-class').editable('option', 'source', [...]);
Options are getting changed, but as soon as select 1 of the option then it is showing as "Empty" as soon as I mark for save.
So is there any solution for this.
And I can also see in editable element that source gets updated but input.sourceData is still holding old set of options.
So is there any solution for this? Please help.
The text was updated successfully, but these errors were encountered: