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 a 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.
In Apex 22, 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.