pureqml / controls

Miscellaneous platform-independent components library for PureQML
MIT License
24 stars 15 forks source link

Add NumberInput debounce timer #25

Closed GuyInCorner closed 3 years ago

GuyInCorner commented 3 years ago

Needed to allow user to type a value where the first digit starts less than the minimum. Eg. typing 12 with a min of 10