Skip to content

Commit

Permalink
correct autofocus
Browse files Browse the repository at this point in the history
Signed-off-by: galangel <gal0angel@gmail.com>
  • Loading branch information
galangel committed May 13, 2021
1 parent 3f4eb6e commit 0ccc3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data/public/ui/filter_bar/filter_bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function FilterBarUI(props: Props) {
withTitle
panelPaddingSize="none"
ownFocus={true}
initialFocus=".filterEditor__hiddenItem"
initialFocus='[data-test-subj="filterFieldSuggestionList"] [data-test-subj="comboBoxSearchInput"]'
repositionOnScroll
>
<EuiFlexItem grow={false}>
Expand Down

0 comments on commit 0ccc3c1

Please sign in to comment.