We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866d06a commit fec2c3eCopy full SHA for fec2c3e
components/scheduler/editing/edit-appointments.md
@@ -107,6 +107,9 @@ The example below shows the signature of the event handlers so you can copy the
107
OnEdit="@EditHandler" OnCancel="@CancelHandler"
108
AllowCreate="true" AllowDelete="true" AllowUpdate="true"
109
@bind-Date="@StartDate" Height="600px" @bind-View="@CurrView">
110
+ <SchedulerSettings>
111
+ <SchedulerPopupEditSettings MaxHeight="99vh" />
112
+ </SchedulerSettings>
113
<SchedulerViews>
114
<SchedulerDayView StartTime="@DayStart" />
115
<SchedulerWeekView StartTime="@DayStart" />
0 commit comments