Anjali Kalsariya(AK)

Results 3 issues of Anjali Kalsariya(AK)

**What is the current behavior?** - pauseValidation is not working. **My Code** ``` /* Custom form template*/ const CustomFormTemplate = ({ formDetails, submitDetails, formFields, name }: FormTempateProps) => { const...

Validation working on the blur of fields(input, select) before clicking submit. Can we validate fields when clicking on the submit button instead on blur?

Select field ``` { "name": "SELECT_OPTION", "label": "test", "options": [ { "label": "none", "value": 0 }, { "label": "2", "value": 2 }, ], "component": "select" }, ``` Note: I'm using...

bug
ANT