Commit aa400d54 by Torkel Ödegaard

Select: Fixed isOpen issue

parent f12d47ef
...@@ -107,7 +107,6 @@ export class Select<T> extends PureComponent<SelectProps<T>> { ...@@ -107,7 +107,6 @@ export class Select<T> extends PureComponent<SelectProps<T>> {
isLoading: false, isLoading: false,
backspaceRemovesValue: true, backspaceRemovesValue: true,
maxMenuHeight: 300, maxMenuHeight: 300,
isOpen: false,
components: { components: {
Option: SelectOption, Option: SelectOption,
SingleValue, SingleValue,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment