I've a few validators on my Local form level. When I hit the button [type=submit"] the validators are working fine but if I submit the form manually with this.formDispatch(actions.submit('mylocalFormModel')), the form level validators are by passed and the onSubmit called directly. Is there any way to trigger the form level validations on manual submit through actions?
I've a few validators on my Local form level. When I hit the button [type=submit"] the validators are working fine but if I submit the form manually with this.formDispatch(actions.submit('mylocalFormModel')), the form level validators are by passed and the onSubmit called directly. Is there any way to trigger the form level validations on manual submit through actions?