Skip to content

NumericUpDown don't accept Keyboard input if number is smaller than minimum #4561

@Lampengeist

Description

@Lampengeist

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

  1. Create a NumericUpDown Control
  2. Set the minimum value that control will accept to 100
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions