mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix for tags auto scroll (#136730)
This commit is contained in:
parent
0027f63783
commit
f447470aa5
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,8 @@ export const TagsAddRemove: React.FC<Props> = ({
|
|||
anchorPosition="leftUp"
|
||||
>
|
||||
<EuiSelectable
|
||||
// workaround for auto-scroll to first element after clearing search
|
||||
onFocus={() => {}}
|
||||
aria-label={i18n.translate('xpack.fleet.tagsAddRemove.selectableTagsLabel', {
|
||||
defaultMessage: 'Add / remove tags',
|
||||
})}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue