Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SelectPanel2: Keyboard navigation for list (#3768)
* remove sort + divider * reorder state to be more cohesive * clean up suspended story * clean up C and D * A: sort items to show initially selected ones first * add event.preventDefault by default * add initial sorting function to stories * add missing props for D with use transition * Replace SelectPanel.Heading with title * add default footer * add minimal story * oops, it's not possible to have query * clean up story with tabs * Add option for external anchor * improve custom events story * story: bring back filter for Filter story * rename story * remove the need for SelectPanel.ActionList * add selection variable by default * add list and item role automatically * oops, unused imports * reduce scope * update ActionList snapshot * fix bad merge, sorry! * missed a spot! * remove unrelated change * update snapshots * add focus zone around list * we don't need data-component anymore :) * make loading state full height * bring back explicit footer for suspense * Add warning to ActionMenu story * undefined can't be a string! * test(vrt): update snapshots * found an easier way to style * Revert "test(vrt): update snapshots" This reverts commit 02901a8. * Empty message should be out of ActionList * footer outside BOx * arrow keys navigation is only for list items * add question --------- Co-authored-by: siddharthkp <[email protected]>
- Loading branch information