Skip to content

Commit

Permalink
Update index.tsx (#8922)
Browse files Browse the repository at this point in the history
  • Loading branch information
urakozz authored and afc163 committed Jan 11, 2018
1 parent 67e956d commit ecd4177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/select/index.tsx
Expand Up @@ -44,7 +44,7 @@ export interface SelectProps extends AbstractSelectProps {
onFocus?: () => any; onFocus?: () => any;
onInputKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void; onInputKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
maxTagCount?: number; maxTagCount?: number;
maxTagPlaceholder?: React.ReactNode | (omittedValues: SelectValue[]) => React.ReactNode; maxTagPlaceholder?: React.ReactNode | ((omittedValues: SelectValue[]) => React.ReactNode);
dropdownMatchSelectWidth?: boolean; dropdownMatchSelectWidth?: boolean;
optionFilterProp?: string; optionFilterProp?: string;
labelInValue?: boolean; labelInValue?: boolean;
Expand Down

0 comments on commit ecd4177

Please sign in to comment.