Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How Can I return the unmasked value? #9

Open
jamescoffman23 opened this issue Aug 24, 2018 · 2 comments
Open

How Can I return the unmasked value? #9

jamescoffman23 opened this issue Aug 24, 2018 · 2 comments

Comments

@jamescoffman23
Copy link

Is there a way to return the unmasked value to the v-model?

@lokilok1993
Copy link

you can access unmasked value from change event
e.target.inputmask.unmaskedvalue()

@tspratt
Copy link

tspratt commented Dec 9, 2019

Also, if you just want the raw value in the v-model, you can specify: autoUnmask: true.

It is not clear in these docs but this wrapper seems to support many/most/all the features in the Robin Herbots component it is based on. The link is on the main page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants