thiagotalma / yii2-inputmask
Widget for Yii Framework 2.0 to use jquery.inputmask
Package info
github.com/thiagotalma/yii2-inputmask-widget
Language:JavaScript
Type:yii2-extension
pkg:composer/thiagotalma/yii2-inputmask
dev-master
2018-01-31 16:02 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-02-28 23:28:09 UTC
README
Widget for Yii Framework 2.0 to use jquery.inputmask
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist thiagotalma/yii2-inputmask "*"
or add
"thiagotalma/yii2-inputmask": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \talma\widget\InputMask::widget(); ?>;