浏览代码

Select: Fixed isOpen issue

Torkel Ödegaard 6 年之前
父节点
当前提交
aa400d54e1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/grafana-ui/src/components/Select/Select.tsx

+ 0 - 1
packages/grafana-ui/src/components/Select/Select.tsx

@@ -107,7 +107,6 @@ export class Select<T> extends PureComponent<SelectProps<T>> {
     isLoading: false,
     backspaceRemovesValue: true,
     maxMenuHeight: 300,
-    isOpen: false,
     components: {
       Option: SelectOption,
       SingleValue,