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

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

Open vineet-agrawal96 opened this issue 7 years ago • 0 comments
trafficstars

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)

vineet-agrawal96 avatar May 26 '18 10:05 vineet-agrawal96