XF 2.3 How do I listen to data-step events?

stromb0li

Well-known member
I have the following input:

<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.
 
We seem to trigger change and input events on the input when clicking the buttons. What event are you listening to?
 
Back
Top Bottom