-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
select element can't be rendered correctly by vue 2.0.0 (or above) in IE 11 #6209
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
Labels
Comments
There seems to be a problem, indeed. I'm not sure if we already fixed this but didn't released it yet though |
13 tasks
Workaround for the jsFiddle example until this is fixed (which probably doesn't work in SSR):
|
Thank you for that. |
FranklinTesla
pushed a commit
to FranklinTesla/vue
that referenced
this issue
Sep 5, 2017
ztlevi
pushed a commit
to ztlevi/vue
that referenced
this issue
Feb 14, 2018
f2009
pushed a commit
to f2009/vue
that referenced
this issue
Jan 25, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.4.2
Reproduction link
https://jsfiddle.net/ntdd9g2a/86/
Steps to reproduce
What is expected?
The second option('菜单二') in select element should be in view
What is actually happening?
The third option('菜单三') in select element is still in view
I have to use setTimeout to solve this problem. So i want to know how it happened
The text was updated successfully, but these errors were encountered: