srinivasa-dev/wheel_slider

how can i choose minute values ?

Closed this issue · 7 comments

i want to choose values like 0.001, 0.002,0.003 till 1 ? how to add increment ?

hey srinivasa, please modify the library to also accept double values.right now only integers are allowed.

Hey Bijo,

As my library depends on another package and they don't support data type double I have requested the concerned developer to make this change. Only then I can accommodate the requested change.

In the mean time if needed you can round the double to int and use the package.

Hey Bijo,

Got it, let me see if I can get that done in my library.
Assuming your need for this change at the earliest, will try to resolve this asap.

Hey Bijo,

Upgraded the library. It now supports double....... please refer to this example.

@jesussmile sorry for the late reply, you can use the latest version and refer to this example. I have give the same example what you had asked for.

Thanks for your patience!