junkfix / numberbox-card

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

Typing in number only adds step value #1

Closed popboxgun closed 4 years ago

popboxgun commented 4 years ago

I have an input_number that has a step 5, the plus / minus works perfectly, but if I click on the box to get the popup and try to manually adjust the number, it only inputs the step number, ignores 0-4 and 6-9.

htmltiger commented 4 years ago

Hmm, i have noticed it, we may need some debouncing function that waits for the input.

htmltiger commented 4 years ago

It is same even without this plugin so its a limitation of more info popup box and there is nothing we can do about it. There is no code in the plugin about what happens in the popup.