Select: Add menuShouldPortal to a couple that got missed (#37847)

pull/37866/head
Ashley Harrison 4 years ago committed by GitHub
parent 5449f1c1e6
commit d4098cf098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/grafana-ui/src/components/OptionsUI/multiSelect.tsx
  2. 1
      packages/grafana-ui/src/components/OptionsUI/select.tsx

@ -59,6 +59,7 @@ export class MultiSelectValueEditor<T> extends React.PureComponent<Props<T>, Sta
const { settings } = item;
return (
<MultiSelect<T>
menuShouldPortal
isLoading={isLoading}
value={value}
defaultValue={value}

@ -62,6 +62,7 @@ export class SelectValueEditor<T> extends React.PureComponent<Props<T>, State<T>
}
return (
<Select<T>
menuShouldPortal
isLoading={isLoading}
value={current}
defaultValue={value}

Loading…
Cancel
Save