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
- Go to https://hexagonjs.io/docs/number-picker/
- Press and hold 'up' on the third number picker example until it hits 10
- Attempt to decrease the number (or type something in)
Your Environment
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