Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
agolding-milyli opened this issue May 11, 2017 · 0 comments

Comments

@agolding-milyli
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant