This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 189
Doesn't close when focus is lost from input field #7
Comments
It is not that easy. Focus will be lost right when clicking on datepicker. $('input').focusout(function () {
$(this).pickmeup('hide');
}); |
I should probably clarify, focus is currently lost when |
I can add listener for |
That would definitely be the proper solution. |
nazar-pc
added a commit
that referenced
this issue
Jan 17, 2014
Please, looks at last two commits, this issue should be fixed now. Let me know, if it works fine. |
This is fixed. Thanks! |
I'll trigger new release in few minutes. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
PickMeUp should close itself when the field that it is attached to has lost focus.
The text was updated successfully, but these errors were encountered: