yii2-selectize icon indicating copy to clipboard operation
yii2-selectize copied to clipboard

Yii without backslash not available

Open fmdelvalle opened this issue 5 years ago • 0 comments

Selectize.php fails in line 45 (Yii::$container->set(SelectizeAsset::class,...) because Yii is not part of yii2mod\selectize namespace and has not been included with an 'use' statement. Should either add a backslash before, or include that statement in the beginning of the file.

fmdelvalle avatar Apr 02 '19 22:04 fmdelvalle