EasyUI Forum

General Category => Bug Report => Topic started by: leela on May 28, 2014, 11:37:33 AM



Title: onChange Event
Post by: leela on May 28, 2014, 11:37:33 AM
The onChange Event for combobox or datebox or numberbox gets triggered every time we type a letter in the box.
If I am not wrong, it is supposed to be triggered only when we are done typing in the box and go to the next field, like it happens in the normal HTML TextBox
Let me know if my understanding is wrong.


Title: Re: onChange Event
Post by: gordis gmbh on March 15, 2016, 07:36:35 AM
Is there a solution to this behaviour? The onchange gets triggered when we type and since there is no item yet selected, we cannot process the change.

The problem with onselect is firstly it doesn't deliver oldValue and second it provides a record object and not just the newValue.

Any help is appreciated.