I am trying to create an input mask for an amount field. The length is 11 with an implied decimal. The format needs to allow for negative values as well.
I don't think this is exactly what you are looking for but I thought I would throw it out there anyway. The mask
#00000000000 would allow for entering a +/- and the number. However, it also allows for entering any other number as the first character. I do not know of a built in mask that would allow for forcing the first character to be a + or -.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.