keygenqt / yii2-autocomplete-ajax

A simple way to search model id of the attributes model.
https://old.keygenqt.com/work/yii2-autocomplete-ajax
Apache License 2.0
9 stars 14 forks source link

Depens missing in ActiveAssets #1

Open tapsolutionsgp opened 8 years ago

tapsolutionsgp commented 8 years ago

Great component!

I needed to add public $depends = [ 'yii\web\JqueryAsset' ]; to ActiveAssets to make it work.

keygenqt commented 8 years ago

You're right, I did it, thank you.