vuejs-tips/vue-the-mask

With v-mask the component triggers input event twice

webarthur opened this issue · 3 comments

In my app I need to fetch some data from an api and I got duplicate requests because the @input event is triggering twice:

https://jsfiddle.net/jbky7x93/2/

got the same problem

This plugin have been abandoned. Give vue-input-facade a try. It has very similar interface and tokens as vue-the-mask, and I have fixed the double inputs issue as well as other things. It’s actively been maintained.

This plugin have been abandoned. Give vue-input-facade a try. It has very similar interface and tokens as vue-the-mask, and I have fixed the double inputs issue as well as other things. It’s actively been maintained.

Vue The Mask works in Vue standalone (no npm project). Vue Input Facade does not, unfortunately.