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.
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.