Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabbing between datetimepicker fields doesn't close blurred datepickers #76

Open
simmerz opened this issue Mar 17, 2014 · 1 comment
Open

Comments

@simmerz
Copy link

simmerz commented Mar 17, 2014

If you have multiple datetimepickers in a form, and you use the TAB key to move between them, each opens its own datepicker, but doesn't close on blur. So the result is that you end up with more than one picker open.

@xpavp03
Copy link

xpavp03 commented Oct 15, 2015

I had this problem too until I noticed I was hooking up the picker twice:

$(element).datetimepicker().datetimepicker()

Removing the second binding solved the problem :-)

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

No branches or pull requests

2 participants