diff --git a/src/PhoneInputAsset.php b/src/PhoneInputAsset.php index 361a485..a0cfdca 100644 --- a/src/PhoneInputAsset.php +++ b/src/PhoneInputAsset.php @@ -18,6 +18,7 @@ class PhoneInputAsset extends AssetBundle public $js = [ 'build/js/utils.js', 'build/js/intlTelInput.min.js', + 'build/js/intlTelInput-jquery.min.js', ]; /** @var array */ public $depends = ['yii\web\JqueryAsset'];