Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Vue form inputs broken on IE11 on browser refresh #11182
Comments
U still use IE? |
It seems like an issue for checkboxes in IE in general. |
don't use that browser support is over in vue for that |
Version
2.6.11
Reproduction link
https://codepen.io/affeman/pen/LYVzzYw
Steps to reproduce
Not reproducible in CodePen but the code is the same used in the Vue official documentation (See below)
What is expected?
The checkbox is unchecked and the label is false
What is actually happening?
The checkbox is checked and the label is false
The same issue applies to the other components on the page as well.
The issue is not applicable after a hard refresh.