how to restrict the length of a property to only n digits
Hi,
I am trying to restrict the length of the digit to only 9 digits, the requirement is the user should have to enter exactly 9 digits, or else an error should reflect on the screen.
I tried giving the max length and expected length in the advance tab of the property but it's not working, even though after entering less than 9 digits, I am able to submit the form.