AndersMalmgren / Knockout.Combobox

A combobox binding for Knockout
MIT License
18 stars 10 forks source link

Combobox and Bootstrap Dropdown result in conflicting dropdown "display" style #7

Open agolding-milyli opened 7 years ago

agolding-milyli commented 7 years ago

Bootstrap.dropdown uses the same class as Combobox for the dropdown. One of thoses conflicting styles is "display:none" coming from Bootstrap for the class, "dropdown-menu".

Since the dropdown's display is set via an observable, instead of removing the "display" attribute from style, using any display mode besides none should fix this.