I am currently working on tweaking the autocomplete component available at the flex exchange.
It would be great if you could help me on the the same... 1) I am trying to add wildcard support for the same. Like exposing a attribute wildcard=true/false. If true, i should be able to able to search by *string, string*, etc.. I tried playing with Regex with very little results. ;-( 2) Another feature i am trying to add is maxChars, as in textinput attribute. how do i acheive this, as this component extends comboBox. 3) On googling, i found there is a memory leak problem associated with the Autocomplete component. How to take care of that? 4) If i am receiving large set of data and want certain number of characters after which event should be fired. (currently it fires events immediately) Looking for your help and tips in this... thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

