ASTRA AutoCompleteManager
AutoCompleteManager manages a set of input controls, popping up suggestions when a user types into one of the fields. Instead of replacing TextInput fields with a specific AutoComplete control, you can simply point the manager to one or more TextInputs, and you'll get a slick pop-up or auto-fill interaction.
Examples: AutoCompleteManager for Flex 3
|
AutoCompleteManager Simple ExampleThis example demonstrates how to use AutoCompleteManager with a few input fields. Source MXML | Output |
|
AutoCompleteManager Form ExampleThis example demonstrates how to use AutoCompleteManager with a form container. Source MXML | Output |
|
AutoCompleteManager Data Provider ExampleThis example shows how to use AutoCompleteManager with a custom data provider and filter function. Source MXML | Output |
|
AutoCompleteManager Advanced ExampleThis example shows the advanced features of AutoCompleteManager. Source MXML | Output |



