I have a text field that now needs to be altered to only accept numbers. I know I can use a series of 9's in an input mask so the field will only accept numbers. The problem is the number entered will not always be the same length, soem could be on digit some could be two, some three and so on. Is there a way for me to use an input mask to allow only numbers can be entered but also allow the numbers to be all different lengths? Or is there another way to go about this problem?