ashik94vc / ElegantNumberButton

Widget which acts as a number counter which changes its number on +/- press.
Apache License 2.0
180 stars 62 forks source link

Please, make possible to work with float or double insteand of integer. #13

Closed youngGriff closed 6 years ago

ashik94vc commented 6 years ago

The problem is that the step value in a float can't be defined clearly. The number button is intended to work for a smaller range of numbers as the clicks will be a lot if anymore is given. Also it's not a good UI practice to increment float step by step.