I have the following input:
How do I hook into the +/- buttons so they reflect an incremented value? Currently, I add an event listener to the input field, but that only catches changes made when I type into the field.
<xf:numberboxrow id="number" label="Number" min="0" data-step="any" step="any" />
How do I hook into the +/- buttons so they reflect an incremented value? Currently, I add an event listener to the input field, but that only catches changes made when I type into the field.