heilhead / react-bootstrap-validation

Form validation for react-bootstrap
MIT License
136 stars 50 forks source link

Uncaught TypeError: this._validators[iptName] is not a function #74

Open vineet-agrawal96 opened 6 years ago

vineet-agrawal96 commented 6 years ago

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) at Form._validateInput (Form.js:210) at newProps.(:8000/anonymous function) (http://localhost:8000/assets/29.app.js:67703:32) at Object.executeOnChange (LinkedValueUtils.js:130) at ReactDOMComponent._handleChange (ReactDOMInput.js:239) at HTMLUnknownElement.boundFunc (ReactErrorUtils.js:63) at Object.ReactErrorUtils.invokeGuardedCallback (ReactErrorUtils.js:69) at executeDispatch (EventPluginUtils.js:83) at Object.executeDispatchesInOrder (EventPluginUtils.js:103) at executeDispatchesAndRelease (EventPluginHub.js:41)