Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with step #359

Open
codewp opened this issue Jul 30, 2018 · 0 comments
Open

Issue with step #359

codewp opened this issue Jul 30, 2018 · 0 comments

Comments

@codewp
Copy link

codewp commented Jul 30, 2018

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant