You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you were expecting:
ReOrder of SimpleFormIterator properly working with RichTextInput.
What happened instead:
ReOrder on new items with RichTextInput on SimpleFormIterator moves only title.
Steps to reproduce:
Open a row from react-admin grid engine, add items to SimpleFormIterator with RichTextInput and move up / down, then only the "Key" with TextInput moves correctly (RichTextInput remains static).
At #/posts/11 path we can see a new "Add Button" from ArrayInput with SimpleFormInterator..
When we add a title with "111" and a description with "111" and "222" / "222" then reorder, we see a problem (title moves up and description remains static).
What you were expecting:
ReOrder of SimpleFormIterator properly working with RichTextInput.
What happened instead:
ReOrder on new items with RichTextInput on SimpleFormIterator moves only title.
Steps to reproduce:
Open a row from react-admin grid engine, add items to SimpleFormIterator with RichTextInput and move up / down, then only the "Key" with TextInput moves correctly (RichTextInput remains static).
It will work if the row already was saved.
Related NOT WORKING code:
Related WORKING code:
Environment
The text was updated successfully, but these errors were encountered: