mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
Fix type for placeholder in select component (#10282)
This commit is contained in:
parent
3d079af7cd
commit
a1e186b8a3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user