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
We need more time to change the current behavior, because the fix leads to Breaking Changes and requires major reworking. Until we fix it, use the following workaround. Move the wrapped TableRow and TableBody components out of the TableRowComponent and TableBodyComponent methods to prevent them from being recreated on every re-render. I created an example to demonstrate this.
I'm using ...
Current Behaviour
Cells lose focus when editing a new row if react-sortable-hoc is used.
Expected Behaviour
Cells should not lose focus. For instance, see the behavior when an existing row is edited.
Steps to Reproduce
Link to the example that reproduces the issue: CodeSandBox.
Environment
See also
This bug report is based on the following ticket: T969302.
The text was updated successfully, but these errors were encountered: