wirecardBrasil / awesome-mask

The awesome-mask runs with Vue.js and uses the vanilla-masker to make your form awesome with masks.
MIT License
165 stars 22 forks source link

Event is not a constructor' error everytime I type in v-mask #28

Closed tgambim closed 6 years ago

tgambim commented 7 years ago

On every place I use v-mask, every change that i have on the text throws an 'Event is not a constructor' error.

It works normally and the way expected, but keeps throwing this error. Anyone knows what could be?

whyleee commented 7 years ago

You can add Event polyfill for IE, see related SO question answers. This will fix the errors.

inodaf commented 6 years ago

@koroda This issue was resolved at #29.

caioincau commented 6 years ago

Fixed on 1.0.10