Numeric
Use numeric input fields within Custom UI Widget
Last updated
Was this helpful?
Use numeric input fields within Custom UI Widget
Last updated
Was this helpful?
Was this helpful?
<form>
<inputcombo
type="number"
id="variable_value"
label="Variable value"
description="Set the value that you want to send"
placeholder="Enter the value that you want to send"
step = "2"
value = "48"
/>
</form>