react-json-schema-form-extras
react-json-schema-form-extras copied to clipboard
the RTE is not loading the value from the form data
the rte is not loading the value from the form data
only when I open the same form again it does load the value in the RTE.
you really need to put componentWillReceiveProps in your components! otherwise they will not render correctly.
Is there any fixes for this issue? I'm trying to have an initial formData
filled in and RTE just ignores it.