You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: components/input-number/doc/index.en-US.md
+1
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ import { NzInputNumberModule } from 'ng-zorro-antd/input-number';
32
32
|`[nzPrecision]`| precision of input value |`number`| - |
33
33
|`[nzPrecisionMode]`| The method for calculating the precision of input value |`'cut' \| 'toFixed' \| ((value: number \| string, precision?: number) => number)`|`'toFixed'`|
34
34
|`[nzSize]`| width of input box |`'large' \| 'small' \| 'default'`|`'default'`|
35
+
|`[nzStatus]`| Set validation status |`'error' \| 'warning'`| - |
35
36
|`[nzStep]`| The number to which the current value is increased or decreased. It can be an integer or decimal. |`number \| string`|`1`|
36
37
|`[nzInputMode]`| enumerated attribute that hints at the type of data that might be entered by the user, [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode)|`string`|`decimal`|
37
38
|`[nzPlaceHolder]`| Placeholder of select |`string`| - |
0 commit comments