forked from mirrors/thatmattlove-hyperglass
fix dropdown remaining open after selection; closes #257
This commit is contained in:
parent
0c643c6abd
commit
b796149a26
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ export const QueryLocation = (props: QueryLocationProps): JSX.Element => {
|
||||||
options={options}
|
options={options}
|
||||||
aria-label={label}
|
aria-label={label}
|
||||||
name="queryLocation"
|
name="queryLocation"
|
||||||
closeMenuOnSelect={false}
|
closeMenuOnSelect={true}
|
||||||
onChange={handleSelectChange}
|
onChange={handleSelectChange}
|
||||||
value={selections.queryLocation}
|
value={selections.queryLocation}
|
||||||
isError={typeof errors.queryLocation !== 'undefined'}
|
isError={typeof errors.queryLocation !== 'undefined'}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue