nazar-pc / PickMeUp

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

show() actually not show datepicker #135

Closed we2seek closed 8 years ago

we2seek commented 8 years ago

Sorry for my incompetence, but I can't make button "Show calendar" works. Please, check out code example on JSFiddle.

nazar-pc commented 8 years ago

Very strange, setTimeout(pickmeup(calendar).show) works, but pickmeup(calendar).show() doesn't.

nazar-pc commented 8 years ago

Very interesting. Even though .show() method was called in click event handler, click event handler registered in .show method was also fired, closing datepicker immediately. Should be fixed in cee5c4a.

nazar-pc commented 8 years ago

Thank you for reporting with demo, appreciate it! Working on #136 right now.