From aa400d54e1320423363604b96d97f87d7b4d9a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 12 May 2019 20:03:44 +0200 Subject: [PATCH] Select: Fixed isOpen issue --- packages/grafana-ui/src/components/Select/Select.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/grafana-ui/src/components/Select/Select.tsx b/packages/grafana-ui/src/components/Select/Select.tsx index da2b0229c62..d2c784ca883 100644 --- a/packages/grafana-ui/src/components/Select/Select.tsx +++ b/packages/grafana-ui/src/components/Select/Select.tsx @@ -107,7 +107,6 @@ export class Select extends PureComponent> { isLoading: false, backspaceRemovesValue: true, maxMenuHeight: 300, - isOpen: false, components: { Option: SelectOption, SingleValue,