mootools-datepicker
mootools-datepicker copied to clipboard
Incompatible with mootools 1.6 due to Array.from() usage
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()
with Array.convert()
seems to do the trick at a first glance.
@alphestdev that has been done at https://github.com/arian/mootools-datepicker/commit/a9e0059c94362f95726245883b31bb87f09d5048. Are you using the latest code?
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?