vue-inputmask
vue-inputmask copied to clipboard
How Can I return the unmasked value?
Is there a way to return the unmasked value to the v-model?
you can access unmasked value from change event e.target.inputmask.unmaskedvalue()
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.