mirror of
https://github.com/tenrok/maska.git
synced 2026-06-17 19:21:21 +03:00
Example for Raw value
This commit is contained in:
@@ -164,6 +164,9 @@ You can use `mask` function directly by importing it (or using `Maska.mask` if y
|
|||||||
## Getting raw (unmasked) value
|
## 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/).
|
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
|
## Dynamic masks
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user