Issue with Input Focus Loss on Row Updates in React Table #5877
Unanswered
Rutvik-Sanathra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m currently facing an issue with input focus in a dynamic table that uses React Table (@tanstack/react-table) along with Mantine UI for editable fields. Specifically, I’m encountering an issue where the input field (e.g., NumberInput from Mantine) loses focus after a row update or re-render.
Issue Details
In my table, each row contains a NumberInput component where users can update the value. After a user updates the value, I need the input to retain focus
Beta Was this translation helpful? Give feedback.
All reactions