TComboBox and Enter key

Issue #257 new
Tomasz Kosinski created an issue

OnClouseUpPopup is called endlessly if the selection is confirmed with “Enter” instead of the mouse.

e.g.
procedure TForm1.ComboBox1ClosePopup(Sender: TObject);
begin
ShowMessage('???');
end;

Comments (1)

  1. Log in to comment