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

Add ability to pass through options to vanilla-masker #40

Open kball opened 5 years ago

kball commented 5 years ago

Fix for #39.

Introduces ability to pass through options to vanilla-masker. Backwards compatible, so using awesome-mask the way you have works fine, just lets you pass an object instead with value for the mask and passing other options straight through.

kball commented 5 years ago

Happy to accept feedback and iterate on this