react-json-schema-form-extras icon indicating copy to clipboard operation
react-json-schema-form-extras copied to clipboard

the RTE is not loading the value from the form data

Open jasperswart opened this issue 6 years ago • 2 comments

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.

jasperswart avatar Apr 12 '18 07:04 jasperswart

you really need to put componentWillReceiveProps in your components! otherwise they will not render correctly.

jasperswart avatar Apr 12 '18 07:04 jasperswart

Is there any fixes for this issue? I'm trying to have an initial formData filled in and RTE just ignores it.

FaizuddinEverest avatar Mar 22 '19 05:03 FaizuddinEverest