You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option for custom/extra validations for inputs.
for example:
args:
max_number:
help: define the max number for the projecttype: intmin_number:
help: define the min number for the projecttype: int__validations__:
max_min_numbers:
rule: args.max_number >= args.min_numbererror_message: The max number should be greater than or equal to the min number
The text was updated successfully, but these errors were encountered:
Add an option for custom/extra validations for inputs.
for example:
The text was updated successfully, but these errors were encountered: