Availity / availity-reactstrap-validation

Easy to use React validation components compatible for reactstrap.
https://availity.github.io/availity-reactstrap-validation/
MIT License
191 stars 70 forks source link

Is there a way to trigger AVform validation only on submit ? #249

Open JagadishLakhini opened 3 years ago

JagadishLakhini commented 3 years ago

I want to validate all avfields ie. complete avform only on submit instead of Onchange or OnInput. In Module, there is a prop named 'validationEvent' which has default value as ['onChange', 'onInput']. Tried to override using validationEvent={[]}, it doesn't work as well. Is there any other solution to resolve this issue ?