Hi All,
I want to set upper bound for a number in formatter textfield. Let's say that there is a string which has following format:
036 12' 23.67"
The first number must be less than 180, so when the user tries to type a number greater than 180, it must be masked. I used MaskFormatter to format string as above, but I couldn't set an upper bound for the first number. How can I achieve this. Thanks.