Restricting decimals in input text box

0
Hi, I have a requirement where user can enter amount in the input text box. I want to restrict user not to enter any value after 2 decimals (like user can add 10.22 but can not enter 10.223). Can someone help me out how to achieve this behavior in Mendix?   Regards, Ajay
asked
1 answers
0

Use the input mask property of the text box to control what the user can and cannot enter.

answered