Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How fire onChange dynamic action on a text field with autocomplete?

Eslam_ElbyalyNov 10 2022 — edited Nov 10 2022

Hi.
I am working with APEX 22.1.6.
As you may have tried before, the on change da does not fire on a text field with autocomplete.
Is there a way to get it fired?
I know that "Update" da is used to fire when a value is selected from the list of the text field with autocomplete. But if user write the value instead of choosing it from the list, the "Update" da won't fire. That's why I need to fire the "Change" da.
I tried lose focus, but it has problems. One of them is that it fires whenever user leaves the item even if the value has not changed.
So, is there a way to get "Change" da fired?
BTW: It fires on Oracle APEX 22.2.0-19.

This post has been answered by Hamza Al-abbasi on Nov 10 2022
Jump to Answer
Comments
Post Details
Added on Nov 10 2022
7 comments
1,408 views