Text
Use text inputs within Custom UI widget

Input combo type text
Displays a standard input text field.
Usage example
<form>
<inputcombo
type="text"
id="variable_label"
label="Variable label"
description="Choose the variable to which send data"
placeholder="Enter the label of the variable"
value="default-text"
/>
</form>Properties
id: Unique identifier to access this field's datalabel: Header textdescription: Short descriptive textplaceholder: Placeholder valueshape: Used to align the label and the input field. Its allowed values arecompactVerticalwideVerticalwideHorizontal
value: Set a default text for theinputcombo
Last updated
Was this helpful?