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

Return unmasked value #31

Closed vvarda closed 6 years ago

vvarda commented 6 years ago

How can I return unmasked value from "_updateMask" function? Cause server can receive only pure value without other symbols ("-", "(", ")" etc).

caioincau commented 6 years ago

You can parse the value on Vue.js before sending it, we do not support unmasked value.