Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update index.tsx (#8922)
  • 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;
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;
Expand Down

0 comments on commit ecd4177

Please sign in to comment.