Commit 72b9f78e by Torkel Ödegaard Committed by GitHub

Select: Fixed allow custom value in Select/UnitPicker/Segment/AsyncSegment (#22018)

parent d0470409
......@@ -6,7 +6,7 @@ import React, { PureComponent } from 'react';
// @ts-ignore
import { default as ReactSelect } from '@torkelo/react-select';
// @ts-ignore
import Creatable from '@torkelo/react-select';
import Creatable from '@torkelo/react-select/creatable';
// @ts-ignore
import { CreatableProps } from 'react-select';
// @ts-ignore
......
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