I have a form with 2 usual inputs where i can use this common approach:
<input {...title} />
And also i have a draftJS editor in the form. I need to convert draftJS content to HTML (via draft-js-export-html
) on submit, and load html to it on component mount process. How to combine it with redux-form?