@energycap/components 0.39.36-ECAP-26840-date-input.20241121-0843 → 0.39.36-ECAP-26840-date-input.20241121-1051
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4093,6 +4093,8 @@ class DateInputComponent extends FormControlBase {
|
|
4093
4093
|
this.calendarSelection = selection;
|
4094
4094
|
if (isCalendarSelectionSingleDate(selection)) {
|
4095
4095
|
this.formModel.setValue(selection);
|
4096
|
+
this.isCalendarOpen = false;
|
4097
|
+
this.focusInput();
|
4096
4098
|
}
|
4097
4099
|
}
|
4098
4100
|
onTextboxBlur() {
|