sleifer/select-icon

A simple way to search model id of the attributes model.

dev-master 2021-08-25 18:51 UTC

This package is auto-updated.

Last update: 2024-04-26 00:15:17 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.