The FilterSelector receives no focus when it is opened, in an OverviewEngine with a widgetMap that has a FilterSelector without a search bar.
The focus remains on the button that opened the FilterSelector. This is an Accessibility issue. The attached-portal that contains the FilterSelector has tab-index=“-1” and should receive the focus.
Example:
<FilterSelector {…props} hideSearchBar={true}>
Is this a bug in the FilterSelector? Is there a workaround?
