Describe the bug
I want to enter a value to a NumericUpDown via keyboard. The minimum value of that control is for example set to 100. Now i cant enter any number because every number i will start with is smaller than 100.
Steps to reproduce
- Create a NumericUpDown Control
- Set the minimum value that control will accept to 100
- Try to enter for example the value 1000
Expected behavior
I can enter every number, but if i leave the control and the numer is < minimum it will be set to minimum
Actual behavior
i cant enter any number via keyboard
Environment
MahApps.Metro version: v3.0.0-rc0529
Windows build number: Win11 25H2 [Build 26200.7922]
Visual Studio: 2026 Insiders [11519.219]
Target Framework: .Net Core 8.0