-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
scope: schedulerChanges related to the scheduler.Changes related to the scheduler.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
Description
In this PR:
- Add a
resizable?: boolean | 'start' | 'end'
property to theCalendarEvent
property - In all the views with resizing, make sure the Event resizing is enabled when needed (the
resizable
property should take precedence over the top level prop) - If
resizable
equalstart
orend
then only the right side should be resizable.
Metadata
Metadata
Assignees
Labels
scope: schedulerChanges related to the scheduler.Changes related to the scheduler.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.