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

Select is not expanded in IE 11 #1452

Closed
Tazzzilo opened this issue Oct 30, 2019 · 0 comments
Closed

Select is not expanded in IE 11 #1452

Tazzzilo opened this issue Oct 30, 2019 · 0 comments
Milestone

Comments

@Tazzzilo
Copy link

Tazzzilo commented Oct 30, 2019

When using Internet Explorer 11 and clicking on the first selection field (Single select box) it will not get expanded:

https://metroui.org.ua/select.html

I've discovered the same with my own code which I am unable to test in codepen because they don't support IE 11 (for good reason).

The selects in react are working fine with IE 11 (https://react.metroui.org.ua/guide/select)

I could trace it back to that line:
<div class="drop-container" style="display: none;" data-role="dropdown" data-role-dropdown="true">
The display property probably gets an unsupported value when clicking on the selection area.
Because when removing display: none; the select is expanded

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

No branches or pull requests

2 participants