flex combobox hide and show down arrow
- by crazy horse
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…