I am looking to implement a search text box as follows:
When user starts typing in and there are non-zero results, the text box will open up and display the results below it. When the user selects a result, the text box closed, but this time with a down-arrow (like a combobox) so that the user can re-open the list.
I suspect what I really need is a combobox with ability to hide/show the down arrow. How do I do this in Flex?
Thanks in advance.