pureqml / controls

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

Apply min and max limits to NumberInput #20

Closed GuyInCorner closed 4 years ago

GuyInCorner commented 4 years ago

Previously the min and max limits were only applied if the up/down arrow selectors were used this applies min/max to input or programatically setting the 'value' property setting the value property to an out of range value will cause the onValueChanged signal to fire twice, once for the out of rang and once when automatically set back to the max/min