We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4e449 commit f1f893bCopy full SHA for f1f893b
src/components/Datepicker/sgds-datepicker.ts
@@ -320,7 +320,7 @@ export class SgdsDatepicker extends SgdsFormValidatorMixin(DropdownElement) impl
320
private async _handleInvalidInput() {
321
this.selectedDateRange = [];
322
this.displayDate = this.initialDisplayDate;
323
-
+ this.invalid = true
324
this._manageInternalsBadInput();
325
}
326
private async _handleEmptyInput() {
0 commit comments