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!

Implement a cascading Text Field with autocomplete

jacklessJun 17 2022

I want to implement a textfield with autocomplete where only values are included that are restricted by some filters before. F.e. on the employee example data I would like to have a select list where the department can be selected and after that the user can search for all employees within the text field with autocomplete that are working in this department.
So far all of this is possible in APEX by using a cascading LOV and lazy loading in the texfield but somehow this doesn't work in my application. I'm only able to use one letter in the text search and after typing in the second the text field is unable to find any results.
Maybe some of you have run into similar problems or know a nice workaround.
Thanks, Jack

Comments
Post Details
Added on Jun 17 2022
1 comment
327 views