diff --git a/hyperglass/ui/components/query-location.tsx b/hyperglass/ui/components/query-location.tsx index 85b1d74..c8f040f 100644 --- a/hyperglass/ui/components/query-location.tsx +++ b/hyperglass/ui/components/query-location.tsx @@ -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'}