I have an input mask for a text field !9999\-99999;0;_
this work great for entering numbers
1234-12345
I want to change it to allow a a - followed by a number so it would
look like this
1234-12345-1 0r 1234-12345-2
the part I'm having trouble with is I dont want the users to see the extra fields when entering data. 99% of the time it will always be 4 digits - 5 digits
so is there a way to have the field mask allow the extra -1 without showing
it when you click that field?
now it looks like this ____-_____ if I change the mask to this !9999\-99999\-9;0;_
then it look like this ____-_____-_ I just dont want to see the last part
this work great for entering numbers
1234-12345
I want to change it to allow a a - followed by a number so it would
look like this
1234-12345-1 0r 1234-12345-2
the part I'm having trouble with is I dont want the users to see the extra fields when entering data. 99% of the time it will always be 4 digits - 5 digits
so is there a way to have the field mask allow the extra -1 without showing
it when you click that field?
now it looks like this ____-_____ if I change the mask to this !9999\-99999\-9;0;_
then it look like this ____-_____-_ I just dont want to see the last part