ojupdate event Update [Text Field with Autocomplete] in Apex 22
Hi,
According to the release notes for Oracle Apex 22, "The Dynamic Action Event Update [Text Field with Autocomplete] (ojupdate) was replaced with the change event".
Using the previous version of Apex (20) , the user was able to select a value from the autocomplete text item list and the ojupdate event would fire and allowing the page to be refreshed using the selected value.
Using the change event, when the user selects a value from the list, nothing happens until the user presses enter key.
How do I get the previous functionality back so that when a user selects a value from the list, either by mouse or keyboard, the trigger will fire and the page refreshed without having to press enter.