Numeric
Use numeric input fields within the Custom UI widget

Input combo type number
Displays a standard input field that accepts only numbers. 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?