andreosoft/yii2-select2-widget

The select2 extension for the Yii framework

Maintainers

Package info

github.com/andreosoft/yii2-select2-widget

Type:yii2-extension

pkg:composer/andreosoft/yii2-select2-widget

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2017-04-29 13:38 UTC

This package is not auto-updated.

Last update: 2026-03-11 08:39:24 UTC


README

using

Select2::widget(['model' => $searchModel, 'attribute' => 'category', 'items' => ArrayHelper::map(CatalogCategorys::find()->All(), 'id', 'fullname'), 'options' => ['class' => 'form-control', 'prompt' => Yii::t('catalog/main', 'All')]]