TextInput is not updates when mask active
Hi, I have 2 TextInput in my form. When i update first input, it updates second input with some calculations. But after i add mask to input it not updates anymore.
Here is my code:
Calculate prices method does some calculations it's working but i set values like this:
4 Replies
I searched and Mask doesn't allows reactivity. So, don't use mask if you have dependant inputs.
Could you have information about this?
When you use mask, you can't use reactivity.
They added this in documentation
thx for u answer