2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00

Example for Raw value

This commit is contained in:
Siraj Kimuli
2022-02-01 14:46:03 +03:00
committed by GitHub
parent 436e604153
commit d2ce1fdaeb
+3
View File
@@ -164,6 +164,9 @@ You can use `mask` function directly by importing it (or using `Maska.mask` if y
## Getting raw (unmasked) value
To get raw value read `data-mask-raw-value` property of input. You can subscribe to `@maska` event to know when this value updates. Please see [examples page](https://beholdr.github.io/maska/).
```html
@maska="rawValue = $event.target.dataset.maskRawValue"
```
## Dynamic masks