ADF Dropdown list of values with the user text filter
Hi Expert,
I have couple of Ui questions about the list of values.
Here is some example about the usecase which i am trying to resolve.
In the Employee view object i have the department ID. and the departmentID is the list of values. In the UI i need to show the { department ID - department name } in the dropdown box and allow the user to edit that dropdown box. Based on the user text i need to filter out (*<usertext>*) the dropdown data (just a client side filter).
How can i achieve this in the ADF-BC application? I am sure this is a kind of basic question and hope there is an easy way to achieve this.
- t