bootstrap_dropdowns_enhancement icon indicating copy to clipboard operation
bootstrap_dropdowns_enhancement copied to clipboard

Why this is not working with Bootstrap-select together?

Open mvtgun opened this issue 10 years ago • 3 comments

Hi, I implemented these:

https://github.com/silviomoreto/bootstrap-select

but with this dropdowns it doesn't work :(.

Any ideas why?

Thanks, M

mvtgun avatar May 19 '15 19:05 mvtgun

Same issue - this plugin removes the open class on the <ul> meaning the list items in the dropdown are blank

turgs avatar Jul 12 '16 13:07 turgs

Same problem here. Any ideas?

izn avatar Jul 12 '17 12:07 izn

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);

vlyon avatar Apr 22 '21 15:04 vlyon