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

Form validation for react-bootstrap

Results 40 react-bootstrap-validation issues
Sort by recently updated
recently updated
newest added

"react-bootstrap-validation": "^0.1.11", not support with "react-bootstrap": "0.31.2",

I can't find any documentation that details a functional, validated form, is there any resources I'm missing here?

Hello, I have recently updated my modules and started seeing this error. When debugging bundle.js, I have found out that it is caused with ValidatedInput having its parent "undefined". React...

Hi, I'm using version "react-bootstrap-validation": "^0.1.11" in my code and facing below error. Please help me, to resolve it. Form.js:251 Uncaught TypeError: this._validators[iptName] is not a function at Form._validateOne (Form.js:251)...

I have this scenario: 1) form model is empty {} at first render 2) fetch from database the record to variable that is in model={modelData} (not using some input value={})...

For the update case with a value on this.state, how can it be the default value? Thx!

How do I remove form-control class that is applied on the input