diff --git a/src/Select.tsx b/src/Select.tsx index 88fa5aaa..9ead1bf4 100644 --- a/src/Select.tsx +++ b/src/Select.tsx @@ -161,7 +161,7 @@ export interface SelectProps void; + onChange?: (value: ValueType, option?: OptionType | OptionType[]) => void; } function isRawValue(value: DraftValueType): value is RawValueType {