I'm working on PHP & Yii framework. Currently I found that filtering my data would be best fit with an HTML control that behave the same way as Gmail's label dropdown list does; e.g. the below screenshot.
The dropdown allow us to:
- Multiple selection
- Filter box to shorten the list based on keywords
Command button
allow to select/deselect all
Is it possible to archive that in Yii/PHP?