Numeric with buttons
Use numeric input fields with buttons within the Custom UI widget

Input combo type number.buttons
Displays an input field that accepts only numbers. It also includes a pair of buttons to increment or decrement the current value in the field. The decimal mark is a dot (.).
Usage example
Properties
These properties are shared by input combo type number and input combo type number.buttons:
id: Unique identifier for accessing this field's datalabel: Header textdescription: Short descriptive textplaceholder: Placeholder valueshape: Used to align the label and the input field. Allowed values:compactVerticalwideVerticalwideHorizontal
min: Minimum number acceptedmax: Maximum number acceptedstep: Step when increasing or decreasing the number using the buttons.value: Sets a default value. Although this is a number field, the property value must be set as a string (value="48")
Last updated
Was this helpful?