Cascaded from #91
cc @mwickett
Hi, how can I use yup to validate the draftjs content?
... validationSchema={yup.object({ editorState: yup.<what???> ... })
thank you
https://codesandbox.io/s/QW1rqjBLl
Yup.object().required()
Most helpful comment
Hi, how can I use yup to validate the draftjs content?
thank you