bootstrap_dropdowns_enhancement
bootstrap_dropdowns_enhancement copied to clipboard
Why this is not working with Bootstrap-select together?
Hi, I implemented these:
https://github.com/silviomoreto/bootstrap-select
but with this dropdowns it doesn't work :(.
Any ideas why?
Thanks, M
Same issue - this plugin removes the open class on the <ul> meaning the list items in the dropdown are blank
Same problem here. Any ideas?
Simply replace this line: https://github.com/behigh/bootstrap_dropdowns_enhancement/blob/37c6914585ec7c53711c792fd376370966333678/js/dropdowns-enhancement.js#L188
With the following:
if (!parent.hasClass('bootstrap-select'))
parent.find('.' + openClass).removeClass(openClass);