NumberPicker icon indicating copy to clipboard operation
NumberPicker copied to clipboard

added support for decimal steps

Open shayan-mk opened this issue 4 years ago • 0 comments

Steps added in decimal number picker. This is implemented using total step count, not the steps themself. for example if decimalPlaces = 3 and decimalStepCount = 5 : then => the available decimal choices are 0, 200, 400, 600, and 800.

shayan-mk avatar Jul 21 '21 08:07 shayan-mk