Declined
Last Updated: 21 Jun 2022 09:18 by ADMIN
Eli
Created on: 14 Jun 2022 17:27
Category: NumericTextBox
Type: Feature Request
4
NumericTextBox OnChange event should fire when arrows are clicked
I believe that the OnChange event should fire when the up or down arrows are clicked.  Clicking the up and down arrow buttons is making a concrete decision to change the value of the textbox.  Similar to selecting a date in DatePicker fires OnChange, this should have the same expectation.
3 comments
ADMIN
Dimo
Posted on: 21 Jun 2022 09:18

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/.

Ben
Posted on: 15 Jun 2022 18:51
I completely agree. Please fix!
Eli
Posted on: 15 Jun 2022 18:48
The up and down arrow buttons of the component I mean.