These are some of the new features that you can use to customize your InputNumber widget.
Features | API | Type | Comments |
---|---|---|---|
Pickers let you choose the style of input to use | pickers option (Note that the list value replaces the comboItems option in previous versions.) |
PickerClass | Valid values: height, list, width Set your combo list items here. You can also set the height and width of the drop-down using this option. |
Formatting negative values | negativeClass, negativePrefix, and negativeSuffix options | string | Sets strings to use with negative values. |
Formatting positive values | positivePrefix and positiveSuffix options | string | Sets strings to use with postive values. |
Spin up or down programmatically | spinUp and spinDown methods | Increments or decrements the spinner in the specified field by the specified amount. |