Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
I have implemented a custom form element but would like to add the RequiredValidator(like the below snap) to my form element. Could you please let me know how this can be accomplished?
Validators Required
Regular expression
Email
Date (DD/MM/YYYY)
Date (MM/DD/YYYY)
Date (YYYY-MM-DD)
[AvailableValidatorTypes(Include = new[] { typeof(RequiredValidator)})]
Add this to your custom form element
I have implemented a custom form element but would like to add the RequiredValidator(like the below snap) to my form element. Could you please let me know how this can be accomplished?
Validators Required
Regular expression
Email
Date (DD/MM/YYYY)
Date (MM/DD/YYYY)
Date (YYYY-MM-DD)