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
Is it possible to make an horizontal drag and drop.
In general, let's say that being able to drag the event you dropped on the calendar horizontally on a specific time range, you can create a repeated event.
Here is a use case where you can understand the usage. This week, every day at the same time range 10:00 - 11:00, I have to go to the gym. So, you drop an event on Monday at 10 - 11, then you drag it horizontally till Friday only to the specific time range and as a callback you'll have all the dates you dragged the event.
The text was updated successfully, but these errors were encountered:
Hi, have you tried using the selectionScheme=“square” prop? That sounds like it may be what you’re looking for. You can try it out on react-schedule-selector.surge.sh
Is it possible to make an horizontal drag and drop.
In general, let's say that being able to drag the event you dropped on the calendar horizontally on a specific time range, you can create a repeated event.
Here is a use case where you can understand the usage. This week, every day at the same time range 10:00 - 11:00, I have to go to the gym. So, you drop an event on Monday at 10 - 11, then you drag it horizontally till Friday only to the specific time range and as a callback you'll have all the dates you dragged the event.
The text was updated successfully, but these errors were encountered: