I have a data card field that I have set to Format: TextFormat.Number
However, when testing this it works perfect for preventing users inputting strings but if they enter negative(-12) or decimal (2.4)
it still work.
For this field I need the input to be whole number only. How may I check and then round the decimals or trim the - symbol?
I can make warning signs and don't let them press submit. But I would really prefer to limit what can be typed in.