Text
Use text inputs within Custom UI widget
Last updated
Was this helpful?
Use text inputs within Custom UI widget
Last updated
Was this helpful?
Was this helpful?
<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>