File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/BootstrapBlazor.Server/Components/Samples Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" />
186186 </span>
187187 </DayTemplate>
188188 </DateTimePicker>
189- </DemoBlock >
189+ </DemoBlock> *@
190190
191191<DemoBlock Title =" @Localizer[" DisableDayCallbackTitle " ]" Introduction =" @Localizer[" DisableDayCallbackIntro " ]" Name =" OnDisabledDayCallback" >
192192 <section ignore >
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 >
You can’t perform that action at this time.
0 commit comments