Hi.
I am using APEX 22.1.6.
Non manual entry popUp lovs shows lov when item gets focus. I need the same functionality with popUp lovs with "manual entry" set to true.
I tried a "Get Focus" dynamic action with the following code...
$("#P1_PATIENT_NAME_lov_btn").click();
where "P1_PATIENT_NAME_lov_btn" is the id of the down arrow button of the popUp lov item.
It shows the list but it does not work as expected. For example, "ESC" button does not hide the list. And, the list is shown when leaving the item.
Is there a better way to show the list when item gets focus?