OzgurOzarpaci
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:
6 replies
Step is not works correct if it's using before numeric validation
For example i have discount field:
i want to add a step. but if i add
step(0.01)
before numeric() it's going to increase field by 1, not 0.01. But i add after numeric it works.
It's not a bug or something i guess but i want to inform you.1 replies