AutoSuggest API can be used to display an Auto Suggest input box. The separation of the data and view is what makes AutoSuggestion API flexible and easy to modify and fit different applications. The UIAutoSuggest gets “TextInput” and “TileList” and the “AbstractAutoSuggest ” keep sorting the list of words based on the user interaction, the data is bindable which allow the TileList and TextInput to be updates on the fly.
All source code contained on this page has been published under the MIT licence and is protected as stated therein.
To see an example and download source code:
http://elromdesign.com/blog/Flex/API/AutoSuggest/
To view the ASDOC of the API:
http://elromdesign.com/blog/Flex/API/asdoc/























I see just the example not the code itself
On the example, right click and you will be able to view the code and download the code.
Will you be updating this for Spark?
Hi Steve,
This API is close to three years old so unless I will be using it i wont going to get around to upgrade. However, the code is open source so feel free to update and send me the code and I will be happy to give you credit and upgrade the git repository.