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
I have a table in a react table with data taken from the backend. A few columns are inputs. On input's onBlur mutation is send and data is downloaded again to refresh other columns (the values are dependent on each other, converted on the backend). After mutation (probably after navigating to next input with tab key) focus from next input is lost. This is probably because when the date changes everything is re-rendered in view.
Is it possible to somehow keep focus on the input?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a table in a react table with data taken from the backend. A few columns are inputs. On input's onBlur mutation is send and data is downloaded again to refresh other columns (the values are dependent on each other, converted on the backend). After mutation (probably after navigating to next input with tab key) focus from next input is lost. This is probably because when the date changes everything is re-rendered in view.
Is it possible to somehow keep focus on the input?
Video showing example
Beta Was this translation helpful? Give feedback.
All reactions