Skip to content

Commit fec2c3e

Browse files
dimodidimodi
authored andcommitted
Update edit-appointments.md
1 parent 866d06a commit fec2c3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/scheduler/editing/edit-appointments.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ The example below shows the signature of the event handlers so you can copy the
107107
OnEdit="@EditHandler" OnCancel="@CancelHandler"
108108
AllowCreate="true" AllowDelete="true" AllowUpdate="true"
109109
@bind-Date="@StartDate" Height="600px" @bind-View="@CurrView">
110+
<SchedulerSettings>
111+
<SchedulerPopupEditSettings MaxHeight="99vh" />
112+
</SchedulerSettings>
110113
<SchedulerViews>
111114
<SchedulerDayView StartTime="@DayStart" />
112115
<SchedulerWeekView StartTime="@DayStart" />

0 commit comments

Comments
 (0)