tags:

views:

132

answers:

1

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

+1  A: 

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.

Zaren
Thank you for the plug! Sundar can accomplish what he wants with our AutoCompleteComboBox by specifying a custom filter filterFunction that returns true to keep all items in the list no matter what the user types.
www.Flextras.com