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
Custom File Input doesnt work. Error printed into developer console.
Custom File Input to work without errors being printed to console.
Latest git of MDB free + Webpack 4.31.0
Added a test environment with readme on github https://github.com/SpellCraft/mdb-webpack-test https://i.imgur.com/Gfld3tO.png
I can't see any other issues with MDB free for the moment
For every question of technical nature, in order to get the most detailed answer as soon as possible, ask on our dedicated Support Forum
The text was updated successfully, but these errors were encountered:
Hi, we are very sorry about that bug, I thought we fix this but no.. You have to find in mdb.js ( or in picker-date.js) :
// AMD. if (typeof define == 'function' && define.amd) define(['./picker', 'jquery'], factory)
and change it to :
// AMD. if (typeof define == 'function' && define.amd) define(['picker', 'jquery'], factory)
https://ibb.co/N1CmCLF
Sorry, something went wrong.
No branches or pull requests
Expected behavior
Custom File Input doesnt work. Error printed into developer console.
Actual behavior
Custom File Input to work without errors being printed to console.
Your working environment and MDB version information
Latest git of MDB free + Webpack 4.31.0
Resources (screenshots, code snippets etc.)
Added a test environment with readme on github
https://github.com/SpellCraft/mdb-webpack-test
https://i.imgur.com/Gfld3tO.png
I can't see any other issues with MDB free for the moment
For every question of technical nature, in order to get the most detailed answer as soon as possible, ask on our dedicated Support Forum
The text was updated successfully, but these errors were encountered: