Looking For A Way Complete Input

Hello

Yii 1.1.14

I have table with many, many addresses and I want to help the user to find the address he’s looking for :

I imagine an input box the user types in for example 1 letter and the system will show up with a list with all addresses beginning with this letter.

Is this kind of thing possible to do ?

Use CJuiAutocomplete widget provided by Yii.

http://www.yiiframework.com/doc/api/1.1/CJuiAutoComplete

Thanks a lot - will try this one :)