Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.32k stars 535 forks source link

[Bug]: NumericPicker is stepping by 2 using up/down arrow keys #5735

Closed WayneHiller closed 2 months ago

WayneHiller commented 2 months ago

Blazorise Version

1.6.1

What Blazorise provider are you running on?

Bootstrap5

Link to minimal reproduction or a simple code snippet

https://blazorise.com/docs/components/numeric-picker

Steps to reproduce

https://blazorise.com/docs/components/numeric-picker

What is expected?

Should step by one when pressing the up/down arrow keys.

What is actually happening?

Pressing the up/down arrow keys increments the value by two.

What browsers do you see the problem on?

Chrome, Microsoft Edge

Any additional comments?

No response