ctrachte / Datepicker.js

Simple standalone date picker with only html, css and moment.js
https://www.npmjs.com/package/moment-datepicker-js
MIT License
4 stars 7 forks source link

Preset menu warnings when presetMenu is off #125

Closed ctrachte closed 3 years ago

ctrachte commented 3 years ago

Need to add the following logic to all instances where preset menu is created

        if (this.presetMenu) {
            this.drawPresetMenu();
            this.closePresetMenu();
        }