This works :-)
https://docs.telerik.com/blazor-ui/knowledge-base/inputs-handle-keyboard-events
Hi Eli, Ben,
The OnChange event fires when the user confirms their value choice is final. The actions, which imply such confirmation are Enter keypress or component blur.
The up/down buttons do not guarantee final user choice, because the component remains focused, and the user can continue clicking on the buttons.
If you need to execute business logic or provide feedback to the user in such scenarios, please use the ValueChanged event instead.
Regards,
Dimo
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.