Vue: Vue form inputs broken on IE11 on browser refresh

Created on 5 Mar 2020  ·  3Comments  ·  Source: vuejs/vue

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)

  1. Go to https://vuejs.org/v2/guide/forms.html#Checkbox in Internet Explorer 11
  2. Click the checkbox
  3. 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.

browser quirks

Most helpful comment

U still use IE? 🤣

All 3 comments

U still use IE? 🤣

It seems like an issue for checkboxes in IE in general.
https://stackoverflow.com/a/3176181

don't use that browser support is over in vue for that

Was this page helpful?
0 / 5 - 0 ratings

Related issues

paceband picture paceband  ·  3Comments

guan6 picture guan6  ·  3Comments

lmnsg picture lmnsg  ·  3Comments

fergaldoyle picture fergaldoyle  ·  3Comments

aviggngyv picture aviggngyv  ·  3Comments