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

This commit is contained in:
Torkel Ödegaard 2020-02-08 11:49:14 +01:00 committed by GitHub
parent d0470409d6
commit 72b9f78e14

View File

@ -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