Hi,
I have a simple text item with sql query for autocomplete.
This worked prior to Apex 22.2 as it had a dynamic action with event UPDATE[Item with Autocomplete]
In Apex 22.2 the above event has ben removed and the DA is now set to fire on “Change”.
The autocomplete however does not trigger the change event. When an option is selected from the autocomplete list the value is set in the item and focus remains on the item. The trigger does not fire.
If you then click anywhere in the page the item loses focus and the DA is triggered.
The change event should cater for the select of the autocomplete list which like the UPDATE event did.
This should be easily reproduced by creating an item with autocomplete and a javascript DA to show an alert popup on "change".
You will find this only triggers if the user clicks out of the item field after making the selection.