andreosoft/yii2-select2-widget

The select2 extension for the Yii framework

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/andreosoft/yii2-select2-widget

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

This package is not auto-updated.

Last update: 2025-11-05 06:57:36 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')]]