feat: update launch configurations and add outside click handling for date input component
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
bc28d869eb
commit
c0180aab13
7 changed files with 193 additions and 14 deletions
|
|
@ -197,6 +197,8 @@ else
|
|||
{
|
||||
selectedDate = value.Value;
|
||||
statusMessage = null;
|
||||
selectedDay = await WorkDayService.GetAsync(selectedDate);
|
||||
RecomputePreview();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue