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 found a regression in alpha 12, where when there is an input element inside <table.AppTable>, just after typing a letter, the element gets focused out or something, though the data change, I also tried disabling the react compiler but no luck, until i tried to downgrade to alpha 11 and it was fixed, I think the migration to store v0.9 on (this pr)[https://github.com//pull/6180] was the cause of the issue.
in the reproducible link, i added the globalFilter to the createTableHook, added an input inside the TableToolbar, and updated the state selector of the AppTable element to include the global filter state, also when i tried to include the sandboxed version, i also noticed the columns inputs get focused out too
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
Do you intend to try to help solve this bug with your own PR?
No, because I do not have time to dig into it
Terms & Code of Conduct
I agree to follow this project's Code of Conduct
I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
TanStack Table version
9.0.0-alpha.12
Framework/Library version
19.2.4
Describe the bug and the steps to reproduce it
I found a regression in alpha 12, where when there is an input element inside <table.AppTable>, just after typing a letter, the element gets focused out or something, though the data change, I also tried disabling the react compiler but no luck, until i tried to downgrade to alpha 11 and it was fixed, I think the migration to store v0.9 on (this pr)[https://github.com//pull/6180] was the cause of the issue.
in the reproducible link, i added the globalFilter to the createTableHook, added an input inside the TableToolbar, and updated the state selector of the AppTable element to include the global filter state, also when i tried to include the sandboxed version, i also noticed the columns inputs get focused out too
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
https://stackblitz.com/edit/tanstack-table-4yrnakxf?file=src%2Fcomponents%2Ftable-components.tsx
Screenshots or Videos (Optional)
20260308-0310-05.7722272.mp4
Do you intend to try to help solve this bug with your own PR?
No, because I do not have time to dig into it
Terms & Code of Conduct