mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 17:59:01 +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
|
<Select
|
||||||
ref={selectRef}
|
ref={selectRef}
|
||||||
getPopupContainer={popupContainer}
|
getPopupContainer={popupContainer}
|
||||||
|
key={queryTags.join('.')}
|
||||||
virtual={false}
|
virtual={false}
|
||||||
showSearch
|
showSearch
|
||||||
tagRender={onTagRender}
|
tagRender={onTagRender}
|
||||||
transitionName=""
|
transitionName=""
|
||||||
choiceTransitionName=""
|
choiceTransitionName=""
|
||||||
filterOption={false}
|
filterOption={false}
|
||||||
|
autoFocus={isOpen}
|
||||||
open={isOpen}
|
open={isOpen}
|
||||||
suffixIcon={
|
suffixIcon={
|
||||||
// eslint-disable-next-line no-nested-ternary
|
// eslint-disable-next-line no-nested-ternary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user