Select: Fixed isOpen issue

This commit is contained in:
Torkel Ödegaard
2019-05-12 20:03:44 +02:00
parent f12d47ef52
commit aa400d54e1

View File

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