Open
Description
Currently, it is possible to open and close the accordion component (seen on the search results page) using the keyboard.
However, it would be nice to:
- Automatically close the open accordion section (
accordion__content
) when the user tabs to the next accordion trigger (accordion__link
) - Allow the user to close the current section (
accordion__content
) using theesc
key