Skip to content

Commit

Permalink
Fix type for placeholder in select component
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasthiebaud committed Apr 27, 2018
1 parent 1f6107e commit a4d0209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/select/index.tsx
Expand Up @@ -17,7 +17,7 @@ export interface AbstractSelectProps {
disabled?: boolean;
style?: React.CSSProperties;
tabIndex?: number;
placeholder?: string;
placeholder?: string | React.ReactNode;
defaultActiveFirstOption?: boolean;
dropdownClassName?: string;
dropdownStyle?: React.CSSProperties;
Expand Down

0 comments on commit a4d0209

Please sign in to comment.