Skip to content

Commit

Permalink
fix: unable to remove query tags from the beginning when similar tags…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
vikrantgupta25 authored Dec 16, 2024
1 parent 951593b commit 2701ae5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2701ae5

Please sign in to comment.