junkfix / numberbox-card

Replace input_number sliders with plus and minus buttons
110 stars 9 forks source link

Remove delay alltogether #18

Closed mikosoft83 closed 3 years ago

mikosoft83 commented 3 years ago

Can you please add an option to skip the delay between the click and value change alltoghether? When setting it to 0 it still flashes the old value with red. If delay is 0 or set to false it could skip the whole setNum->publishNum logic and just call publishNum.

htmltiger commented 3 years ago

I have updated, please test it

mikosoft83 commented 3 years ago

That's perfect, thank you!