mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
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}
|
||||
aria-label={label}
|
||||
name="queryLocation"
|
||||
closeMenuOnSelect={false}
|
||||
closeMenuOnSelect={true}
|
||||
onChange={handleSelectChange}
|
||||
value={selections.queryLocation}
|
||||
isError={typeof errors.queryLocation !== 'undefined'}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue