react-validation icon indicating copy to clipboard operation
react-validation copied to clipboard

Validate on tab out

Open ndeen86 opened this issue 7 years ago • 1 comments

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.

ndeen86 avatar Jun 21 '18 18:06 ndeen86

I guess you could call this.form.validateAll() (this.form is a ref to <Form />) inside the onBlur callback of the <Input /> component.

cblaettl avatar Jul 17 '18 09:07 cblaettl