Numeric with buttons
Use numeric input fields with buttons within the Custom UI widget
Last updated
Was this helpful?
Was this helpful?
<form>
<inputcombo
type="number.buttons"
id="variable_value_button"
label="Variable value button using"
description="Set the value that you want to send using buttons"
placeholder="Enter the value that you want to send"
min="-100"
max="100"
step = "2"
value = "48"
/>
</form>