Autocomplete Ajax Combobox

First of all, I just want to say that I just upgraded to Yii 2 and would like to thank the Yii team for their hardwork, it’s awesome and much easier than the original Yii. I’ve been having trouble lately with the jquery ui library and would be glad if someone could help me here, I can’t find an example in the docs.

how do I implement an autocomplete combobox with remote datasource as seen here? http://jqueryui.com/autocomplete/

for yii\jui\autocomplete?

http://www.yiiframework.com/doc-2.0/yii-jui-autocomplete.html

Thanks in advance!

Hi!

I would suggest:

http://demos.krajee.com/widget-details/typeahead

Straightforward and lot of code examples.

Regards

Cool! I’ll check it out.