aor-rich-text-input
aor-rich-text-input copied to clipboard
<RichTextInput> component for admin-on-rest, useful for editing HTML code in admin GUIs
I was trying out AOR and noticed it was adding extra padding before a list. With some searching, I discovered this is a known feature, but can be disabled in...
With the following edition form: ```js export const PostEdit = (props) => ( ); ``` It's impossible to edit a post with no `body` - and there are no explanations....
In current version, while pasting or typing the cursor is jumping to the beginning of the input box. That's because each change of editor content causes the same content to...
I have a ` ` 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...
I'm using the `Admin-on-rest` framework. I read [AOS][1] and [Quill][2] documents and don't find any solution. How to set default direction on RTL in `RichTextInput`? I want to it always...
Fix for https://github.com/marmelab/aor-rich-text-input/issues/5
https://github.com/marmelab/aor-rich-text-input/issues/9
**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...
Coming from the listing, the field is empty. After hitting refresh button, the field is filled. If I log the value received in `componentDidMount`, I see it's empty the first...
Hi, I encountered a problem with this Component. I use the RichTextInput with [HydraAdmin from "Les Tilleuls"](https://github.com/api-platform/admin). The code below throw an error : ```javascript ``` ``` uncaught at handleFetch...