You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm toggling the display of the date/time picker from a jquery UI button. However, when I change the date, the Done button appears. Not the end of the world, but it doesn't do anything. I just add the following to make it hide the display as I'd like:
This works fine for the done button, but the "Now" button also has issues that aren't as easily resolved. It changes the date/time correctly on the display, but my onSelect function never gets called.
Is there a workaround for this? Is it that I'm doing something incorrectly? I've tried the following, but it doesn't seem to make a difference:
I found a couple of issues when it is attached to a div instead of an input:
Here's how I'm instantiating it:
I'm toggling the display of the date/time picker from a jquery UI button. However, when I change the date, the Done button appears. Not the end of the world, but it doesn't do anything. I just add the following to make it hide the display as I'd like:
This works fine for the done button, but the "Now" button also has issues that aren't as easily resolved. It changes the date/time correctly on the display, but my onSelect function never gets called.
Is there a workaround for this? Is it that I'm doing something incorrectly? I've tried the following, but it doesn't seem to make a difference:
The text was updated successfully, but these errors were encountered: