Skip to content

Commit

Permalink
fix dropdown remaining open after selection; closes #257
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Jun 1, 2024
1 parent 0c643c6 commit b796149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperglass/ui/components/query-location.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down

0 comments on commit b796149

Please sign in to comment.