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
In react-boostrap, you can use arrow keys (or tab/shift + tab) to switch between elements in a dropdown and then use enter to select an option. You can see how the "Export" button is properly doing this. But this is not behaving properly in some of our dropdowns (like the page size dropdown).
We should search for all the dropdown usage and ensure the keyboard support works appropriately. If the reason is misusing the Dropdown component, we should document it in our dev guides so this doesn't happen again.
The text was updated successfully, but these errors were encountered:
In react-boostrap, you can use arrow keys (or tab/shift + tab) to switch between elements in a dropdown and then use enter to select an option. You can see how the "Export" button is properly doing this. But this is not behaving properly in some of our dropdowns (like the page size dropdown).
We should search for all the dropdown usage and ensure the keyboard support works appropriately. If the reason is misusing the
Dropdown
component, we should document it in our dev guides so this doesn't happen again.The text was updated successfully, but these errors were encountered: