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
I miss a method for rebuilding the dropdown list, which i can trigger after i have changed the options in the select.
Ay thoughts on this? At the moment i do this, after i have added or removed options from the select.
$select.multiselect('destroy'); $select.data('multiselect', null); $select.multiselect();
The text was updated successfully, but these errors were encountered:
A really good idea for a useful method - did not come up with this problem until now. So I will see if I can add it the next days!
Thanks for your feedback!
Sorry, something went wrong.
Added rebuild method.
a5120e3
Added a rebuild method suggested in Issue #19. Additionally added documentation for Knockout JS - see Issue #17.
Merge pull request #19 from s-eckard/develop
549e6bc
Merge develop into master
No branches or pull requests
I miss a method for rebuilding the dropdown list, which i can trigger after i have changed the options in the select.
Ay thoughts on this? At the moment i do this, after i have added or removed options from the select.
The text was updated successfully, but these errors were encountered: