Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Commit 63f33c2

Browse files
ljmottawtrocki
authored andcommitted
Add isOpen property
1 parent 46e4cc4 commit 63f33c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelectField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function RenderSelect(props: SelectInputProps) {
124124
variant={props.fieldType === Array ? SelectVariant.typeaheadMulti : SelectVariant.single}
125125
name={props.name}
126126
placeholderText={props.placeholder}
127-
127+
isOpen={expanded}
128128
selections={selected}
129129
onToggle={() => setExpanded(!expanded) }
130130
onSelect={handleSelect}

0 commit comments

Comments
 (0)