-
-
Notifications
You must be signed in to change notification settings - Fork 132
Get raw value #42
Comments
+1 - would like to know if this is possible |
Currently it's not stored inside |
Agree. Would be great that the v-model value reflects the raw input rather than the formatted input. |
It's going to be fixed in #278 |
+1 on this. currently using v-mask as directive i was looking for something like displayed value = '11-22-33' thanks |
It would be nice a directive "masked=true|false" to update the v-model with/without the mask. thanks! |
We still cant do this? lol Update: you can use my repo, it create a data attribute on the input with the name of unmasked and you can retrieve the raw value from it |
+1 for this. If the directive could return the raw value this would be the perfect masking choice for vue |
+1 |
2 similar comments
+1 |
+1 |
This would be incredible if is native!! |
Any progress for this one? |
+1 |
2 similar comments
+1 |
+1 |
bump |
+1 |
Would be greatly appreciated! |
+1 |
1 similar comment
+1 |
Is there a way to get the raw value without any formatting?
Raw value: 5555555555
Formatted: 555-555-5555
Regards,
The text was updated successfully, but these errors were encountered: