how can i put a range in integer input i have an input discount and i want it to be between 1 -99
Hi Faisal,
You can create custom validation to validate input widget value. You can follow below link for the same -
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Forms/Validate_the_fields_of_a_form
Thanks
Vinod
You can use regex regular expression to check the entered value on input box.
regards