Closed vladkampov closed 5 years ago
I'd like to have Form.submit() method for form submitting by external components or different parts of the application.
Form.submit()
Hi @vladkampov 👋. Hope you still need this. Starting from v 0.10.2 you can use withFormData('formName')(YourComponent)
withFormData('formName')(YourComponent)
const YourComponent = ({submit}) => (Exteranal submit)
I'd like to have
Form.submit()
method for form submitting by external components or different parts of the application.