Open
Description
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)
- Go to https://vuejs.org/v2/guide/forms.html#Checkbox in Internet Explorer 11
- Click the checkbox
- Reload the page
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.