TMSFNCComboBox and OnChange

When I select an item from the drop down list, the OnChange event is fired immeditely.
When I edit the text of the ComboBox, the onChange event is not fired. When exiting the combobox the OnExit is fired, but not the OnChange.

I´d expect the OnChange fired after the OnExit, as this is how it works for TFNCEdit.

Hi,

TTMSFNCComboBox is meant to behave similarly to TComboBox, not TTMSFNCEdit.

Normally the OnChange is triggered when an item selection happens, not when typing. Do you have perhaps issues with OnChange not triggering when an item selection happens via typing? If so, please let us know the exact steps to reproduce because a short testing doesn't show any issues here.

In TComboBox the OnChange event is not triggered after exiting the control.

Well, this is what I observed. I would be easier, if the TFNC components behave the same way: OnChangeTracking, OnChange, OnExit.
As the TFNCCombobox is editable too, I expected a behaviour as the TFNCEdit has, but this is not the case and according to WAD.

Thanks for clearifying.