I am using Oracle APEX 19.2.
in the page I am developing, I am using a Popup LOV and an inline dialog.
I use openModal('static_id') to open the inline dialog and use closeModal('static_id') to close the inline dialog.
If I select any value from the popup LOV and use closeModal('static_id') to close the Inline dialog, I get a JavaScript error.
But if I use a select list instead of a popup LOV, then on closing the Inline dialog by using closeModal('static_id'), there is no JavaScript error.
Is this a bug in Oracle APEX 19.2 or am I missing something while using a popup LOV.
Regards
Hawker