Declined
Last Updated: 14 Jun 2021 14:46 by ADMIN
X
Created on: 23 Feb 2015 10:52
Category: Kendo UI for jQuery
Type: Feature Request
15
Update model value when numeric value is decreased\increased by the arrows
When using numeric text box with AngularJS - the model value should be affected by using the arrows, just like it's affected by typing inside the control.
1 comment
ADMIN
Telerik Admin
Posted on: 23 Feb 2015 15:03
A model value change for the numeric input is triggered on focus blur, as visible in this example:
http://demos.telerik.com/kendo-ui/numerictextbox/angular 

This behavior is by design, and when you use the arrows of the input the model value will again be updated on blur.