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