| min |
Number |
|
Specifies the minimum value |
| max |
Number |
|
Specifies the maximum value |
| step |
Number or String |
1 |
Specifies the legal number intervals |
| disabled |
Boolean |
false |
Specifies that an InputNumber should be disabled |
| autoFocus |
Boolean |
false |
Specifies that an InputNumber should automatically get focus when the page loads |
| readOnly |
Boolean |
false |
Specifies that an InputNumber is read only |
| name |
String |
|
Specifies the name of an InputNumber |
| value |
Number |
|
Specifies the value of an InputNumber |
| defaultValue |
Number |
|
Specifies the defaultValue of an InputNumber |
| style |
Object |
|
root style. such as {width:100} |
| onChange |
Function |
|
Called when value of an InputNumber changed |