marmelab / aor-rich-text-input

<RichTextInput> component for admin-on-rest, useful for editing HTML code in admin GUIs
MIT License
23 stars 25 forks source link

Refresh button in the Edit view does not refresh data. #15

Open asliwinski opened 6 years ago

asliwinski commented 6 years ago

What you were expecting: To have original values pulled from API and set in the form fields.

What happened instead: The form field values do not get updated with the original values coming from the API.

Related to https://github.com/marmelab/admin-on-rest/issues/1417