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 d679c9e commit 7fef08bCopy full SHA for 7fef08b
src/BootstrapBlazor/Components/DateTimePicker/DateTimePicker.razor
@@ -18,7 +18,8 @@
18
ShowLunar="ShowLunar" ShowSolarTerm="ShowSolarTerm" ShowFestivals="ShowFestivals" ShowHolidays="ShowHolidays"
19
OnConfirm="OnConfirm" OnClear="OnClear" MinValue="MinValue" MaxValue="MaxValue"
20
AutoClose="AutoClose" ViewMode="ViewMode" DayTemplate="DayTemplate!" DayDisabledTemplate="DayDisabledTemplate!"
21
- OnGetMonthDisabledDaysCallback="OnGetMonthDisabledDaysCallback!" EnableGetMonthDisabledDaysCache="EnableGetMonthDisabledDaysCache">
+ OnGetMonthDisabledDaysCallback="OnGetMonthDisabledDaysCallback!"
22
+ EnableGetMonthDisabledDaysCache="EnableGetMonthDisabledDaysCache">
23
@ChildContent
24
</DatePickerBody>
25
</div>
0 commit comments