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
|`[ngModel]`| current value, two way binding |`number`| - |
21
21
|`[nzId]`| ID of the input box |`string`| - |
@@ -26,6 +26,7 @@ When a numeric value needs to be provided.
26
26
|`[nzControls]`| whether to show up and down buttons |`boolean`|`true`|
27
27
|`[nzDisabled]`| whether to disable |`boolean`|`false`|
28
28
|`[nzFormatter]`| specify the format of the displayed value |`(value: number) => string`| - |
29
+
|`[nzKeyboard]`| Whether to enable keyboard shortcuts |`boolean`|`true`|
29
30
|`[nzMax]`| maximum value |`number`|[Number.MAX_SAFE_INTEGER](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)|
30
31
|`[nzMin]`| minimum value |`number`|[Number.MIN_SAFE_INTEGER](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Number/MIN_SAFE_INTEGER)|
31
32
|`[nzParser]`| specify how to convert back to a number from `formatter`, used with `formatter`|`(value: string) => number`| - |
0 commit comments