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
As a developer, I want to add backend validations for regex patterns and field length constraints for UI form fields, so that invalid data is consistently prevented and validated irrespective of client-side validation behavior.
Design And Implementation:
Validations in the executors.
Way to pass the regex or length configuration from user schema or from flow json.
Support for below input type fields
Text Input - Multi Lang, support for the regex validations
Dropdown - Already added
Date - Pattern/format validations to be added
Purpose
As a developer, I want to add backend validations for regex patterns and field length constraints for UI form fields, so that invalid data is consistently prevented and validated irrespective of client-side validation behavior.
Design And Implementation:
Validations in the executors.
Please refer the below for more details: