combo box

Hi All,

I need a combo box (autocomplete + dropdown feature) for displaying dynamic data using CActiveForm . Does anyone knows how to do this in Yii ? Any other similar controls that do the function of both autocomplete and dropdown box. I came across jquery FlexBox plugin which have both the feature. Any widegets similar to FlexBox available in yii? Any suggestion on this ?

Thanks in advance.

Regards,

Shankar.D

Maybe this extension

http://www.yiiframework.com/extension/ejui-autocomplete-fk-field/

Or you can port FlexBox to Yii

(something like this)

Thanks a lot for your suggestions. I need to explore on that !