-
Notifications
You must be signed in to change notification settings - Fork 157
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
No onhide event #154
Comments
Sorry, but I'm a bit unclear. Does that mean the "hide" event is not working as expected? |
THanks for getting back to me. What I meant is that i see no hide event to act on. i.e: $('.datepicker_input').on('hide', function(){});
…________________________________
From: mymth ***@***.***>
Sent: Sunday, 23 July 2023 5:16 am
To: mymth/vanillajs-datepicker ***@***.***>
Cc: ionultd ***@***.***>; Author ***@***.***>
Subject: Re: [mymth/vanillajs-datepicker] No onhide event (Issue #154)
Sorry, but I'm a bit unclear. Does that mean the "hide<https://mymth.github.io/vanillajs-datepicker/#/api?id=hide>" event is not working as expected?
—
Reply to this email directly, view it on GitHub<#154 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFZTNT3SX57XXMJV5BOARYDXRQDH5ANCNFSM6AAAAAA2PI4WF4>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I can't reproduce the problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Firstly thx very much for this cool datepicker. However I see no event to target when clicking outside the datepicker like an onhide event.
When the datepicker hides it automatically appears to populate the input field with the date but I need to add a time to that on hiding the datepicker.
Is this possible?
Thanks
The text was updated successfully, but these errors were encountered: