This article demonstrates how to use Flex 4 AutoComplete with Google Search Suggest.
First I use the Google Suggest API to show search suggestions in the AutoComplete as the user types in the input. Then I use the Google Search API to perform a Google search with the selected phrase.
Read more »
February 6, 2010
Using Google Search Suggest with Flex 4 AutoComplete
January 21, 2010
Flex 4 AutoComplete
As the by-product of an enterprise project I have built an AutoComplete component in Flex 4.
Using the new Spark architecture component logic and appearance can be separated in a clean way.