Input combo
Displays an input field depending on the type property.
Last updated
Displays an input field depending on the type property.
Last updated
type
The type of input field
text
number
number.buttons
date
hour
toggle
dropdown.list
dropdown.checkbox
id
A unique identifier to access this field
Any user-defined string
label
The text label that will be visible next to the input
Any user-defined string
description
The small text description below the label, used to hint the user about the input
Any user-defined string
placeholder
The placeholder text shown inside the input field
Any user-defined string
shape
Used to align the label and the input field
compactVertical
wideVertical
wideHorizontal
value
Used to set a default value.
Depends on the inputcombo type. Check each section.