[x] New feature (non-breaking change which adds functionality)
What changes were made
I allowed the list in the Search modal to be navigated using Tab and Shift + Tab. This in turn removes the need for the focus trap and was removed from the project.
Description
Closes #40
Type of changes made
Please delete options that are not relevant.
What changes were made
I allowed the list in the Search modal to be navigated using
Tab
andShift + Tab
. This in turn removes the need for the focus trap and was removed from the project.