mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
Adds missing argument in onChange event (#12243)
This commit is contained in:
parent
bc3322daf6
commit
2d415d0be2
@ -35,7 +35,7 @@ export interface TreeSelectProps extends AbstractSelectProps {
|
||||
multiple?: boolean;
|
||||
maxTagCount?: number;
|
||||
onSelect?: (value: any) => void;
|
||||
onChange?: (value: any, label: any) => void;
|
||||
onChange?: (value: any, label: any, extra:any) => void;
|
||||
onSearch?: (value: any) => void;
|
||||
searchPlaceholder?: string;
|
||||
dropdownStyle?: React.CSSProperties;
|
||||
|
Loading…
Reference in New Issue
Block a user