gpui-component
gpui-component copied to clipboard
Page Up & Page Down in table and other components
I opened the table example, and when I focus to the table, it is possible to navigate it with up and down arrow keys, but not with page up and page down.
Also if I hit TAB-key to change focus from the "Number of stocks" text field above the table, it won't change the focus to table below.
It's only possible to focus the table rows by clicking with the mouse first and then navigating with arrows.
When keyboard focused to table, I would expect Page Up & Page Down to work, maybe Home and End keys as well?