Closed wartur closed 1 year ago
After update to 2.0.49.2 i see this bug http://localhost/assets/f393ce73/min/jquery.inputmask.bundle.min.js net::ERR_ABORTED 404 (Not Found)
Download last version 2.0.49.2
Use maskedinput out of box
All ok widget is worked out of box
http://localhost/assets/f393ce73/min/jquery.inputmask.bundle.min.js net::ERR_ABORTED 404 (Not Found)
in ~3.3.5
In ~5.0.8
It need to fix Inputmask vendor/yiisoft/yii2/widgets/MaskedInputAsset.php
Now I fix it by downgrade lib in composer.json in my project
related #19986, #19988.
use dev-master branch, while the next release is being prepared.
dev-master
2.0.49.3 was released.
After update to 2.0.49.2 i see this bug http://localhost/assets/f393ce73/min/jquery.inputmask.bundle.min.js net::ERR_ABORTED 404 (Not Found)
What steps will reproduce the problem?
Download last version 2.0.49.2
Use maskedinput out of box
What is the expected result?
All ok widget is worked out of box
What do you get instead?
Additional info
in ~3.3.5
In ~5.0.8
It need to fix Inputmask vendor/yiisoft/yii2/widgets/MaskedInputAsset.php
Now I fix it by downgrade lib in composer.json in my project