If you set a min/max on a number picker and hold down the increment/decrement button until you hit the min/max value, the number picker gets stuck at the min/max.
Seems to be the loop not exiting correctly that handles the increment/decrement when pressing and holding
Possible Fix
Correctly exit the loop when pressing and holding the button
Context
If you set a min/max on a number picker and hold down the increment/decrement button until you hit the min/max value, the number picker gets stuck at the min/max.
Seems to be the loop not exiting correctly that handles the increment/decrement when pressing and holding
Possible Fix
Correctly exit the loop when pressing and holding the button
Steps to Reproduce
Your Environment