Skip to content

Commit 2ce4b7a

Browse files
committed
wip: 临时提交
1 parent 7fef08b commit 2ce4b7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/BootstrapBlazor.Server/Components/Samples/DateTimePickers.razor

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<h4>@Localizer["Description"]</h4>
66

7-
<DemoBlock Title="@Localizer["DateTimePickerTitle"]" Introduction="@Localizer["DateTimePickerIntro"]" Name="DateTimePicker">
7+
@* <DemoBlock Title="@Localizer["DateTimePickerTitle"]" Introduction="@Localizer["DateTimePickerIntro"]" Name="DateTimePicker">
88
<DateTimePicker ViewMode="DatePickerViewMode.DateTime"
99
Value="@DateTimePickerValue" OnValueChanged="@TimePickerValueChanged">
1010
<TimePickerSetting ShowClockScale="true" IsAutoSwitch="false" />
@@ -186,7 +186,7 @@
186186
</span>
187187
</DayTemplate>
188188
</DateTimePicker>
189-
</DemoBlock>
189+
</DemoBlock> *@
190190

191191
<DemoBlock Title="@Localizer["DisableDayCallbackTitle"]" Introduction="@Localizer["DisableDayCallbackIntro"]" Name="OnDisabledDayCallback">
192192
<section ignore>
@@ -212,10 +212,10 @@
212212
</DateTimePicker>
213213
</div>
214214
<div class="col-12 col-sm-6">
215-
<DateTimePicker ViewMode="DatePickerViewMode.DateTime" DisplayText="@Localizer["DisableDayCallbackNotAllowNullDisplayText"]"
215+
@* <DateTimePicker ViewMode="DatePickerViewMode.DateTime" DisplayText="@Localizer["DisableDayCallbackNotAllowNullDisplayText"]"
216216
ShowLabel="true" @bind-Value="@_disabledValue"
217217
OnGetMonthDisabledDaysCallback="OnGetMonthDisabledTodayCallback">
218-
</DateTimePicker>
218+
</DateTimePicker> *@
219219
</div>
220220
</div>
221221
</DemoBlock>

0 commit comments

Comments
 (0)