mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 21:09:09 +08:00
fix: unable to remove query tags from the beginning when similar tags present (#6645)
* fix: unable to remove query tags from the begining * fix: focus only when the filters dropdown is opened * fix: used auto focus prop
This commit is contained in:
parent
951593b0a3
commit
2701ae5c34
@ -897,12 +897,14 @@ function QueryBuilderSearchV2(
|
||||
<Select
|
||||
ref={selectRef}
|
||||
getPopupContainer={popupContainer}
|
||||
key={queryTags.join('.')}
|
||||
virtual={false}
|
||||
showSearch
|
||||
tagRender={onTagRender}
|
||||
transitionName=""
|
||||
choiceTransitionName=""
|
||||
filterOption={false}
|
||||
autoFocus={isOpen}
|
||||
open={isOpen}
|
||||
suffixIcon={
|
||||
// eslint-disable-next-line no-nested-ternary
|
||||
|
Loading…
x
Reference in New Issue
Block a user