Numeric with buttons
Use numeric input fields featuring buttons within Custom UI Widget
Last updated
Was this helpful?
Use numeric input fields featuring buttons within 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>