I’m using jQM-DateBox
with mode = ‘timebox’ … for mobile app.
I noticed that when the timebox is open and I click on the plus/minus buttons to change the time, sometimes it adds or removes 2 and 3 times.
it’s like the button continues to be pressed.
How can I fix it ?
I’m using jQM-DateBox with mode = ‘timebox’ … for mobile app. I noticed that
Share
try setting repButton: false. It’s a “hold to advance” option that does not always work as expected – I’m still trying to make it work right, but it’s still not perfect.