views:

23

answers:

0

Hi,

I want to define a custom mask character to use with MaskFormatter. Lets say the letter B will correspond to the numbers 1, 2, 3. For instance when I define a mask format like "B.##", it should accept only 1, 2 and 3 for first digit. How can I achieve this. Thanks.