Hi All,
I have a input field for mobile number. And I want to control the minimum characters for it and it should be dynamic control.
Meaning if the minimum is 8, the user must key in 8 characters for the mobile number.
Hope it is clear enough. Appreciate some assistance. Thanks!
You can do this with :numberofcharacters operator.
You should check your dynamic input value and your number’s length. You can determine your number’s length with using :numberofcharacters operator.
I created a quick demo for you.
Also, I recommend you to download this Free template to browse the editor and to see how operators used with examples.