automat/controlkit.js

input number allows only single digit when dp == 0.

Closed this issue · 5 comments

2bbb commented

if we use NumberInput/Rage with setting {dp: 0}, then we can't input only single digit like 0 ~ 9.

fixed with d795101, thanks @2bbb

2bbb commented

@automat
no, maybe it is other problem.
this issue points what can't input number larger than 10 with keyboard input when set {dp: 0} .

2bbb commented

thanks!

Ok, will have a look at it.
To be honest, inputs restricted to numbers do need some work.

Started using controlkit today. Stumbled upon this problem immediately.
Can't input any numbers with more than 1 digit, even when keeping everything default.