aor-rich-text-input
aor-rich-text-input copied to clipboard
aor-rich-text-input not adding content when store is changed with connect
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.
I believe that this is fixed in master.
@djhi Any plans to release master soon?