Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

show() actually not show datepicker #135

Closed
we2seek opened this issue Sep 8, 2016 · 3 comments
Closed

show() actually not show datepicker #135

we2seek opened this issue Sep 8, 2016 · 3 comments

Comments

@we2seek
Copy link

we2seek commented Sep 8, 2016

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

@we2seek we2seek changed the title show() not actually show datepicker show() actually not show datepicker Sep 8, 2016
@nazar-pc
Copy link
Owner

nazar-pc commented Sep 8, 2016

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

@nazar-pc
Copy link
Owner

nazar-pc commented Sep 8, 2016

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 nazar-pc closed this as completed Sep 8, 2016
@nazar-pc
Copy link
Owner

nazar-pc commented Sep 8, 2016

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants