maska
maska copied to clipboard
Maska and forms
Hi. Didn't see where I could ask other than here: is there a way to obtain the unmasked values from a form before submit without having to traverse all fields and collecting the raw values?
The docs shows a subscribe method, maybe it fits for you
https://github.com/beholdr/maska#getting-raw-unmasked-value
With maska v2 you could bind reactive variable via directive value v-maska="bindedValue"