You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: