react-bootstrap-validation
react-bootstrap-validation copied to clipboard
Form validation for react-bootstrap
Just importing it fails reproducible: always `Uncaught TypeError: Super expression must either be null or a function, not undefined` example : ``` bash npm i -g create-react-app create-react-app example cd...
`` has been deprecated in favour of `` ValidatedInput should be using FormControl.
React bootstrap has some changes in 0.29 which means Input is being deprecated. The console outputs these warnings: `Warning: `` is deprecated. Use ``, ``, or ``, with `` and/or...
It seems not possible to have the label of the input field in front of the field?
Is there any way to add the attribute 'for' to the label in ?
In React 15.2.0, props that aren't explicitly defined on the propTypes object should not be used. If you do, you get a warning. Because of this, ValidatedInput should strip off...
`onInvalidSubmit` was missing from typings. Also made both submits optional, and `validate` optional to allow fields in form that don't need validation. And specifying `className`.
When an input is invalid the 'bsStyle' is set to error and produces visual feedback to the user. However the same is not true for successful inputs. Maybe there is...
I disabled a react-bootstrap-validation input, but it still be submited.
Closes #57