We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a497a8d commit 5a8fb15Copy full SHA for 5a8fb15
src/InputNumber.tsx
@@ -96,7 +96,7 @@ export interface InputNumberProps<T extends ValueType = ValueType>
96
step?: ValueType;
97
tabIndex?: number;
98
controls?: boolean;
99
- allowClear?: boolean | { clearIcon?: React.ReactNode; clearValue: T };
+ allowClear?: boolean | { clearIcon?: React.ReactNode; clearValue?: T };
100
prefix?: React.ReactNode;
101
suffix?: React.ReactNode;
102
classNames?: Partial<Record<SemanticName, string>>;
0 commit comments