0
I have a screen where a popup key is opened through enter as a hotkey. My problem is that I can’t get the first option to be preselected to be activated with a Enter. Summarizing: I would like when displaying the popup to enter "click" on the first popup item.
You wanted Enter to select the option or call the event of the first option?... because otherwise you can call the Onclick event from that Popupmenu option by clicking enter.
– Jefferson Rudolf