TTMSFNCSearchEdit - OnSelect not firing

On Windows 10, Delphi 10.4, using TTMSFNCSearchEdit, OnSelect event is not fired when using Enter key (works when selecting with mouse).
Are there any special conditions the need to be met for this to happen or is it a bug ?

Best regards

Did you update to the latest version? This should now work.

Just updated today, unfortunately OnSelect is still not firing when using keyboard

Best regards

The OnSelect event will fire only when the dropdown window is enabled. Is this VCL or FMX?

This is VCL
Drop down window is enabled, using arrow keys and pressing Enter key do not fire OnSelect event

We traced & solved this issue. The next update will address this.