Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit e9e699a

Browse files
committed
open menus on focus for tags and select
1 parent fbb6ef0 commit e9e699a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/portals/SelectPortal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ const SelectPortal = (popperProps: CellComponentProps) => {
8585
isSearchable
8686
autoFocus
8787
isClearable
88+
openMenuOnFocus
8889
menuPosition="fixed"
8990
styles={CustomTagsStyles}
9091
options={multiOptions}

src/components/portals/TagsPortal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ const TagsPortal = (tagsProps: CellComponentProps) => {
100100
isSearchable
101101
isMulti
102102
autoFocus
103+
openMenuOnFocus
103104
menuPosition="fixed"
104105
styles={CustomTagsStyles}
105106
options={multiOptions}

0 commit comments

Comments
 (0)