ffxsam / formous

Simple and elegant form-handling for React - ABANDONWARE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using failProps with react-bootstrap?

casey1111 opened this issue · comments

commented

Wondering if it's possible to use this package with react-bootstrap for validation.
In react-bootstrap, there is a validationState property to set 'error', but it's on the element's parent component, FormGroup. FormGroup wraps both the label and the form control.