react-validation
react-validation copied to clipboard
Validate on tab out
Do we have option/configure to validate the control only when tab out from the control. If so, can we do it by control level, so i can configure by control which i need.
I guess you could call this.form.validateAll() (this.form is a ref to <Form />) inside the onBlur callback of the <Input /> component.