It seems the combo control does not fire the onChange event when a selection is made with the keyboard and not the mouse. Is it a confirmed bug? Has it been solved on recent versions (mine is 2.2.3)
Hi,
onChange is fired if Combo changes its value (when popup is closed). If you want to listen to selection in popup, you can set onAfterSelect event handler for list inside suggest body: