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
Copy file name to clipboardExpand all lines: calendar/allowed-dates/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ As shown in [Index.razor][SourceCode] you have to call `DisableDates(DateTime)`
15
15
This will detect what month(s) are currently displayed by your calendar and add the displayed days to the `DisabledDates` list iff they are not available in your `AllowedDates` list.
16
16
17
17
What happens if the user changes the current view?
18
-
Using the `DateChangedHandler` we call the `DisableDates(DateTime)` function to clear the old `DisabledDates` list and create a new list that contains the disabled days to the navigated view.
18
+
-Using the `DateChangedHandler` we call the `DisableDates(DateTime)` function to clear the old `DisabledDates` list and create a new list that contains the disabled days to the navigated view.
19
19
20
20
The project contains the following methods:
21
21
-`protected override void OnInitialized()`: Initializes the current view
@@ -28,4 +28,4 @@ This contribution was made by [Hüssam Elvani][Contributor].
0 commit comments