react-component / form

React High Order Form Component(web & react-native)
http://react-component.github.io/form/
MIT License
1.81k stars 296 forks source link

validateFieldsAndScroll is not a function #200

Closed qiaopeng55 closed 6 years ago

qiaopeng55 commented 6 years ago
index.js:491 Uncaught TypeError: _this2.props.form.validateFieldsAndScroll is not a function
    at onClick (index.js:491)
    at HTMLUnknownElement.callCallback (react-dom.development.js:145)
    at Object.invokeGuardedCallbackDev (react-dom.development.js:195)

Encounter following error while calling validateFieldsAndScroll function on submit

use following version of rc-form "rc-form": "^2.2.3",

qiaopeng55 commented 6 years ago

I have fixed my own problem.

According to documentation. we have to import from here rc-form/lib/createDOMForm