Skip to content

Commit 283f956

Browse files
authored
Updated Reamde.md
seperated the question with a bulletpoint
1 parent d1417fb commit 283f956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

calendar/allowed-dates/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ As shown in [Index.razor][SourceCode] you have to call `DisableDates(DateTime)`
1515
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.
1616

1717
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.
1919

2020
The project contains the following methods:
2121
- `protected override void OnInitialized()`: Initializes the current view
@@ -28,4 +28,4 @@ This contribution was made by [Hüssam Elvani][Contributor].
2828

2929
[TelerikCalendarSelection]: <https://docs.telerik.com/blazor-ui/components/calendar/selection>
3030
[SourceCode]: <https://github.com/telerik/blazor-ui/blob/master/calendar/allowed-dates/Pages/Index.razor>
31-
[Contributor]: <http://github.com/hussamelvani>
31+
[Contributor]: <http://github.com/hussamelvani>

0 commit comments

Comments
 (0)