Hi All, I am using FLEX AutoComplete ComboBox,right now it displays the matching options based on the typed input value. is it possible to display the entire list and highlight the matching option based on the user text???
Regards, Sundar
Hi All, I am using FLEX AutoComplete ComboBox,right now it displays the matching options based on the typed input value. is it possible to display the entire list and highlight the matching option based on the user text???
Regards, Sundar
Sundar
You might want to try the Flextras AutoCompleteComboBox. Their control will allow you to filter the list view to those items that match your typed text. We are using it for our development and it works quite well.