afc163
6 years ago
No known key found for this signature in database
GPG Key ID: 5F00908D72002306
1 changed files with
1 additions and
1 deletions
-
components/input-number/index.tsx
|
|
@ -21,7 +21,7 @@ export interface InputNumberProps |
|
|
|
disabled?: boolean; |
|
|
|
size?: 'large' | 'small' | 'default'; |
|
|
|
formatter?: (value: number | string | undefined) => string; |
|
|
|
parser?: (displayValue: string | undefined) => number; |
|
|
|
parser?: (displayValue: string | undefined) => number | string; |
|
|
|
decimalSeparator?: string; |
|
|
|
placeholder?: string; |
|
|
|
style?: React.CSSProperties; |
|
|
|