Describe the bug
I'm not sure if this is a bug - I would like to receive the raw format of the phone after submitting the form. But somehow it doesn't work ...
Hello, it’s not a bug. You are using the directive which you can’t pass properties to. You would need to use the component version ‘’ then pass the property to that component. If you do need to use the directive version you would have to listen to the input event and get the unmasked value that way. Checkout the demo page, there’s a few usage of both of these scenarios there.
First of all, thanks for the great plugin!
Describe the bug I'm not sure if this is a bug - I would like to receive the raw format of the phone after submitting the form. But somehow it doesn't work ...
To Reproduce Here is my input:
Here i am defining parameter masked
I also tried to work with props:
But when submitting the form - I get the data after processing the mask:
Tell me please - is this a bug or am I doing something wrong?
Thanks!