This Flex 4 component is an extension of the regular TextInput Spark component, with an additional feature: it enables you to parse a collection (for instance an ArrayCollection or an XMLListCollection) associated and filter its elements by keywords.
Features:
- Assign an ICollectionView that will be filtered
- Parses through a simple object (i.e.: an array of strings)
- Parses through two levels object (i.e.: an XML including a list of objects)
- Enables the user to choose which elements will be parsed