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

aor-rich-text-input not adding content when store is changed with connect #14

Open jail1 opened 6 years ago

jail1 commented 6 years ago

I have a <RichTextInput options={{ fullWidth : true }} source="body" label="Content"/> When I change the redux-store from another component using connect, the new value does reflect. It works if instead of RichTextInput I use TextInput for example.

tarnowsc commented 6 years ago

I believe that this is fixed in master.

@djhi Any plans to release master soon?