Hi,
how can i check the value write inside the text field is under 300?
I have assigned integer value but i dont find the option for set value limit range
Its possible?
Thanks,
Moreno
how can i check the value write inside the text field is under 300?
I have assigned integer value but i dont find the option for set value limit range
Its possible?
Thanks,
Moreno
In "validation rules" put
integer[1..299]:Must be less than 300https://semantic-ui.com/behaviors/form.html#validation-rules
This topic is locked and no more replies can be posted.