Update index.tsx (#8922)

This commit is contained in:
Yury Kozyrev 2018-01-11 03:03:10 +01:00 committed by 偏右
parent 67e956dddd
commit ecd4177638

View File

@ -44,7 +44,7 @@ export interface SelectProps extends AbstractSelectProps {
onFocus?: () => any;
onInputKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
maxTagCount?: number;
maxTagPlaceholder?: React.ReactNode | (omittedValues: SelectValue[]) => React.ReactNode;
maxTagPlaceholder?: React.ReactNode | ((omittedValues: SelectValue[]) => React.ReactNode);
dropdownMatchSelectWidth?: boolean;
optionFilterProp?: string;
labelInValue?: boolean;