diff --git a/src/lib/src/framework-library/material-design-framework/material-datepicker.component.ts b/src/lib/src/framework-library/material-design-framework/material-datepicker.component.ts index 34f27ebf..1cf4307a 100755 --- a/src/lib/src/framework-library/material-design-framework/material-datepicker.component.ts +++ b/src/lib/src/framework-library/material-design-framework/material-datepicker.component.ts @@ -23,6 +23,7 @@ import { dateToString, hasOwn, stringToDate } from '../../shared'; [placeholder]="options?.title" [required]="options?.required" [style.width]="'100%'" + [value]="dateValue" (blur)="options.showErrors = true">