-
Notifications
You must be signed in to change notification settings - Fork 864
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
[Help] DatePicker events #1490
Comments
I've found that |
I got this working:
|
@bgaynor78 I never got that However, it works fine with @click for me. |
@creativeMH sure. Here is the function that I am using that, when a date range is selected, changes the times to be something besides midnight of the days selected:
The Then in my template, I'm just using the
Hope this helps, or at least makes it more clear. I'm not sure if it really matters which way you do it though. |
I can't find any documentation about events for DatePicker.
The ONLY event that seems to be generated by DatePicker is
@click
. Is this correct?I've tried
@change
and nothing happens, same with@slotchange
.What I need to do is to change the display once the user has picked a start and end date.
This works, but only with @click
The text was updated successfully, but these errors were encountered: