yii2-selectize
yii2-selectize copied to clipboard
Yii without backslash not available
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.