- see #12329
This commit is contained in:
amedora 2018-10-01 15:17:10 +09:00 committed by Wei Zhu
parent b9a86b2ea1
commit 192183e047

View File

@ -22,7 +22,7 @@ When a numeric value needs to be provided.
| min | min value | number | -Infinity |
| parser | Specifies the value extracted from formatter | function( string): number | - |
| precision | precision of input value | number | - |
| decilamSeparator | decimal separator | string | - |
| decimalSeparator | decimal separator | string | - |
| size | width of input box | string | - |
| step | The number to which the current value is increased or decreased. It can be an integer or decimal. | number\|string | 1 |
| value | current value | number | |