In Yii V1, you use CJuiAutoComplete widget which displays an autocomplete field. There’s equivalent widget in Yii2 but I’ve not tried it yet because I tried something developed by external parties before I knew …
I have previously written a post on the same topic with CAutoComplete. Since CAutoComplete is deprecated (since V113) and replaced with CJuiAutoComplete, I should keep my notes up-to-dated. I find …
Note: CAutoComplete is deprecated as of V113 and replaced with CJuiAutoComplete. Please refer to this post if you’re using V113+. Yii framework comes with CAutoComplete widget for this purpose. However …
Though it’s not yet formally documented (as this post is written) from sfFormExtraPlugin‘s readme page, there is doctrine version for autocomplete field called sfWidgetFormDoctrineJQueryAutocompleter included with the latest version of the plugin …