Could I set an InputType by position?
I've this mask:
SimpleMaskFormatter smf = new SimpleMaskFormatter("UUU-NNNN");
In Brazil this is our Mask for car plates, but the keyboard needs to change between only unsigned numbers to upper cased letters, and vice-versa when the user point the cursor directly in the number side (if possible disable this option for the user set the cursor position).
Could I set an InputType by position?
I've this mask:
In Brazil this is our Mask for car plates, but the keyboard needs to change between only unsigned numbers to upper cased letters, and vice-versa when the user point the cursor directly in the number side (if possible disable this option for the user set the cursor position).