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
{{ message }}
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
In the documentation, I see that there is a close event but there is no open event.
What I am trying to do is the following:
I want to set the max datetime to the current datetime.
The component is rendered in the screen and there are multiple inputs to fill so when the user reaches the datetime picker, the max date time is 2 or 3 minutes behind the current date time.
For this reason I want to set it when the popup is opened.
The text was updated successfully, but these errors were encountered:
Looks like PR #175 would address this, but the owner of this repo requested that the author update the README and add tests, but the author of the PR hasn't followed up.
You need the event.target.className === "vdatetime datetime" conditional because, once the picker is open, clicks on the modal backdrop will be registered by this event handler.
In the documentation, I see that there is a close event but there is no open event.
What I am trying to do is the following:
I want to set the max datetime to the current datetime.
The component is rendered in the screen and there are multiple inputs to fill so when the user reaches the datetime picker, the max date time is 2 or 3 minutes behind the current date time.
For this reason I want to set it when the popup is opened.
The text was updated successfully, but these errors were encountered: