소스 검색

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,