-
Notifications
You must be signed in to change notification settings - Fork 61
Play nicely when bootstrap dropdown is already loaded. #61
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
Conversation
|
Would be awesome if it could be merged! |
|
@rosselliott / @JrmKrb - sorry for the delay on this. I missed it. Thank you for this PR! |
|
Can we get a version bump for this on npm? |
|
Thank you @skratchdot ! |
|
@rvaidya - the build isn't working for me right now. I'm going to try to make a few updates before publishing. Might finally get around to adding some tests as well. I probably won't get to this until after work today (so if I forget, feel free to drop another message in here) |
Fixes an issue introduced in skratchdot#61
|
|
If bootstrap.dropdown is already loaded then the multi select dropdown will never open as two handlers will be attached to the element. As the handlers will both toggle the 'open' class the net effect is that the dropdown will remain closed.