You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with step in knob, when I set {min: 0, max: 10, step: 1} user can change the number between 0-10 but he can not set a decimal number like 2.1, 2.53 one solution is to use step: 0.1 but in this situation it does not allow for 2.53 because it's step is step: 0.01 so please let me know how can I solve this problem?
I think one solution is to dynamically set step value but it seems that the library does not allow it on number change in the input.
Please let me know your idea?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for your great library.
I have a problem with step in knob, when I set
{min: 0, max: 10, step: 1}
user can change the number between0-10
but he can not set a decimal number like2.1, 2.53
one solution is to usestep: 0.1
but in this situation it does not allow for2.53
because it's step isstep: 0.01
so please let me know how can I solve this problem?I think one solution is to dynamically set step value but it seems that the library does not allow it on number change in the input.
Please let me know your idea?
Thanks.
The text was updated successfully, but these errors were encountered: