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:
RichTextInput text to reorder with the rest of the SimpleFormIteratorItem inputs. Other inputs, like TextInput reorder fine.
What happened instead:
The RichTextInput text stays in its place while the other inputs reorder properly. (If I switch the RichTextInput to a TextInput, it reorders fine.)
Other information:
The input itself seems to be moving correctly and its ID changes accordingly to match the proper new index. Only the text does not move accordingly.
Environment
React-admin version: 3.19.0
ra-input-rich-text version: 3.2.2
Last version that did not exhibit the issue (if applicable):
React version: 16.14.0
Browser: Chrome
Stack trace (in case of a JS error):
The text was updated successfully, but these errors were encountered:
What you were expecting:
RichTextInput text to reorder with the rest of the SimpleFormIteratorItem inputs. Other inputs, like TextInput reorder fine.
What happened instead:
The RichTextInput text stays in its place while the other inputs reorder properly. (If I switch the RichTextInput to a TextInput, it reorders fine.)
Steps to reproduce:
Here is a link to a CodeSandbox where you can reproduce the issue: https://codesandbox.io/s/immutable-sea-x1fyi?file=/src/posts/PostEdit.tsx:4758-5217
Related code:
Link to CodeSandbox: https://codesandbox.io/s/immutable-sea-x1fyi?file=/src/posts/PostEdit.tsx:4758-5217
Other information:
The input itself seems to be moving correctly and its ID changes accordingly to match the proper new index. Only the text does not move accordingly.
Environment
The text was updated successfully, but these errors were encountered: