Skip to content

ismaelsleifer/select-icon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Select icon

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages