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 Jun 11, 2024. It is now read-only.
I'm wondering if it's possible to clear all the times selections in the calendar. If not, I'm considering using jQuery to find and click on each of the calendar selections to delete them.
Thanks!
The text was updated successfully, but these errors were encountered:
Right now it looks like the only way to clear everything would be to re-initialize the <AvailableTimes> component. Selections are stored in local state across a few components and it's tricky to get access to them all. But if you do something like
I'm wondering if it's possible to clear all the times selections in the calendar. If not, I'm considering using jQuery to find and click on each of the calendar selections to delete them.
Thanks!
The text was updated successfully, but these errors were encountered: