qodesmith / datepicker

Get a date with JavaScript! A datepicker with no dependencies.
344 stars 101 forks source link

Triggering toggleOverlay #81

Closed mrlg255 closed 3 years ago

mrlg255 commented 4 years ago

Is it possible to trigger toggleOverlay on specified event (onShow etc)? Maybe adding option like "initialView": "dayPicker|monthPicker" would make it easier?

qodesmith commented 4 years ago

Can you explain a bit further? Not sure I understand. It sounds like you want the ability to trigger toggleOverlay in some manual fashion?

mrlg255 commented 4 years ago

Yes, I'd like to be able ot trigger toggleOverlay programmatically. Another thing is that option to open overlay automatically after showing up datepicker would be nice addition - something like startView option in bootstrap-datepicker: ref

qodesmith commented 4 years ago

Looking into this now...

tom2tom commented 4 years ago

How's this coming along? I too want to use this as a month-picker in some contexts

qodesmith commented 3 years ago

Sorry, just started looking into this again. I've got a toggleOverlay method working on the picker instance now. Going to get started on the option to show the overlay when the calendar is opened.

qodesmith commented 3 years ago

Ok, this is now in the latest version - 5.18.0.

3 things added: