nazar-pc / PickMeUp

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

show/hide question #183

Closed dShchet closed 6 years ago

dShchet commented 6 years ago

if the a way to move the show/hide event from an input to another element? I am trying this https://jsfiddle.net/dShchet/10vcx8b7/ but after click on input, button stopped working

nazar-pc commented 6 years ago

There is no way to move event. I don't understand what exactly you want to achieve.

dShchet commented 6 years ago

I want that calendar will show/hide on click on button, but nothing happened on input click

nazar-pc commented 6 years ago

A bit hacky, but should work: https://jsfiddle.net/10vcx8b7/1/

dShchet commented 6 years ago

Thanks a lot