https://github.com/malsup/form/
"require": { "xj/yii2-form-widget": "*" },
use xj\form\FormAsset; FormAsset::register($this);
public $depends = [ 'xj\form\FormAsset', ];
Comments