Cjuiautocomplete 'length' Issue

Using CJuiAutoComplete with that piece of code screwing up the css:




<?php                                   

	$form->widget('zii.widgets.jui.CJuiAutoComplete', array(

	   'model' => $model,

	   'name' => 'location',

	   'source' => $this->createUrl('xxx/xxxComplete'),

	   'options' => array(

		'minLength' => '3'

           )

        );

?>




Here is the output console of chrome:




Uncaught TypeError: Cannot read property 'length' of undefined jquery.js:583

jQuery.extend.each jquery.js:583

e.widget jquery-ui.min.js:6

(anonymous function) jquery-ui.min.js:6

(anonymous function)



I’m using JQuery 1.8.2. It might an issue right?

Hi,

Pls send me ur controller file code.

Thanks,

Srini.