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
In mootools 1.6, Array.from() is deprecated. Date-picker throws errors and is unable to initialize.
Array.from()
Search and replace all instances of Array.from() with Array.convert() seems to do the trick at a first glance.
Array.convert()
The text was updated successfully, but these errors were encountered:
@alphestdev that has been done at a9e0059. Are you using the latest code?
Sorry, something went wrong.
Apparently not. I'm using the latest version (2.2.0) from http://mootools.net/forge/p/mootools_datepicker
Is that directory no longer updated?
No branches or pull requests
In mootools 1.6,
Array.from()
is deprecated. Date-picker throws errors and is unable to initialize.Search and replace all instances of
Array.from()
withArray.convert()
seems to do the trick at a first glance.The text was updated successfully, but these errors were encountered: