nazar-pc / PickMeUp

Really simple, powerful, customizable and lightweight standalone datepicker
BSD Zero Clause License
616 stars 191 forks source link

Add footer #228

Closed rudireg closed 4 years ago

rudireg commented 4 years ago

Hi. Is there any possibility to add one footer if I have 2 calendars.

nazar-pc commented 4 years ago

Not a common one, but you can always place calendars into a different container. Another (and bad, but working) way would be to add what you need to the end of instance_template and just hide extra copies with a bit of CSS.

rudireg commented 4 years ago

Thanks. A root pickmeup element can be accessed as element.__pickmeup.element and this will help me.