sleifer / select-icon
A simple way to search model id of the attributes model.
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-12-26 01:53:13 UTC
README
Installation
The preferred way to install this extension is through composer.
Either add
"require": {
"sleifer/select-icon": "dev-master"
}
of your composer.json
file.
Latest Release
The latest version of the module is v1.0.2.
Usage
Find model
View:
use sleifer\autocompleteAjax\SelectIcon; // Normal select with ActiveForm & model <?= $form->field($model, 'user_id')->widget(SelectIcon::class, []) ?>
select-icon is released under the BSD 3-Clause License. See the bundled LICENSE.md
for details.