How to add minimum and maximum values to an input field?

How to add minimum and maximum values to an input field?

For example, I have an input field where the users can enter their age within the specified range of 18 to 100 years of age. The min attribute to 18 and the max attribute to 100 ensures that users can only enter ages within the specified range.

So, what is the procedure to add Min and max Values?

2 Likes

Hi, There are specific set of fields available in properties panel of input field in vDesigner 2.0.

Fields like Minimum Value and minimum length are there, check the below documentation for the same:
https://academy.vahanacloud.com/design/input-field/

3 Likes