We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
related #19986, #19988.
use dev-master branch, while the next release is being prepared.
dev-master
Sorry, something went wrong.
2.0.49.3 was released.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: