Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2116
Is it possible to create a mask with a range and required digit.
posted

I need to allow a user to enter a number where the first two digits are required but the number also has to be between 0 and 30.  Can you combine something like ##.nn and {number: 0-30}?

Parents
No Data
Reply
  • 69686
    Suggested Answer
    posted

    Hello,

    You can use the ValueConstraint property of the value editor to set the min - max values and you can set the mask to specify where you should have a required and not required digit placeholder.

Children