v-mask icon indicating copy to clipboard operation
v-mask copied to clipboard

IE11 + Edge v-mask blocks v-on:change handler

Open nelsonad opened this issue 5 years ago • 1 comments

V-Mask and Vue versions

1.3.3

Reproduction Link

https://jsfiddle.net/qdmwauj3/

Steps to reproduce

  1. open IE 11 or Edge
  2. input a valid value in the textbox
  3. click outside the box to trigger the on change event
  4. Notice that the updated label is not updated

You can repeat these steps in other browsers and see that the label is updated properly

What is Expected?

The updated label should get the date/time value of the change

What is actually happening?

The change event is not firing

nelsonad avatar May 13 '19 17:05 nelsonad

Hi @nelsonad Thanks for your issue. I will check later today

probil avatar May 13 '19 18:05 probil