Commit aa400d54 by Torkel Ödegaard

Select: Fixed isOpen issue

parent f12d47ef
......@@ -107,7 +107,6 @@ export class Select<T> extends PureComponent<SelectProps<T>> {
isLoading: false,
backspaceRemovesValue: true,
maxMenuHeight: 300,
isOpen: false,
components: {
Option: SelectOption,
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