File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/BootstrapBlazor/Components/DateTimeRange Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3737 {
3838 <DatePickerBody Value =" @StartValue" ValueChanged =" UpdateValue" OnDateChanged =" OnStartDateChanged"
3939 DateFormat =" @DateFormat" TimeFormat =" @TimeFormat" ViewMode =" ViewMode"
40- ShowLunar =" ShowLunar" ShowSolarTerm =" ShowSolarTerm" ShowFestivals =" ShowFestivals" ShowHolidays =" ShowHolidays"
40+ ShowLunar =" ShowLunar" ShowSolarTerm =" ShowSolarTerm"
41+ ShowFestivals =" ShowFestivals" ShowHolidays =" ShowHolidays"
4142 ShowRightButtons =" false" MaxValue =" MaxValue" MinValue =" MinValue" >
4243 </DatePickerBody >
4344 }
4445 <DatePickerBody Value =" @EndValue" ValueChanged =" UpdateValue" OnDateChanged =" OnEndDateChanged"
4546 DateFormat =" @DateFormat" TimeFormat =" @TimeFormat" ViewMode =" ViewMode"
46- ShowLunar =" ShowLunar" ShowSolarTerm =" ShowSolarTerm" ShowFestivals =" ShowFestivals" ShowHolidays =" ShowHolidays"
47+ ShowLunar =" ShowLunar" ShowSolarTerm =" ShowSolarTerm"
48+ ShowFestivals =" ShowFestivals" ShowHolidays =" ShowHolidays"
4749 ShowLeftButtons =" @_showLeftButtons" MaxValue =" MaxValue" MinValue =" MinValue" >
4850 </DatePickerBody >
4951 </CascadingValue >
Original file line number Diff line number Diff line change @@ -442,6 +442,7 @@ private async Task ClickConfirmButton()
442442 {
443443 EditContext . NotifyFieldChanged ( FieldIdentifier . Value ) ;
444444 }
445+ await InvokeVoidAsync ( "hide" , Id ) ;
445446 }
446447
447448 /// <summary>
You can’t perform that action at this time.
0 commit comments