NumberPicker
NumberPicker copied to clipboard
added support for decimal steps
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.