maska icon indicating copy to clipboard operation
maska copied to clipboard

Maska and forms

Open alexandremjacques opened this issue 3 years ago • 1 comments

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?

alexandremjacques avatar Jul 12 '21 01:07 alexandremjacques

The docs shows a subscribe method, maybe it fits for you

https://github.com/beholdr/maska#getting-raw-unmasked-value

marcoshmendes avatar Oct 26 '21 21:10 marcoshmendes

With maska v2 you could bind reactive variable via directive value v-maska="bindedValue"

beholdr avatar Dec 04 '22 15:12 beholdr