I\'m trying to use the mask property of text-field component, like the example below. In the view, that works like a charm, but, when the form is posted, the mask format doe
You can use return-masked-value prop
return-masked-value
Note that currently in v0.17 there is a bug with returning unmasked initial value.
v0.17