diff --git a/src/app/components/calendar/calendar.ts b/src/app/components/calendar/calendar.ts index 212b61047cc..ddca239abed 100755 --- a/src/app/components/calendar/calendar.ts +++ b/src/app/components/calendar/calendar.ts @@ -3008,7 +3008,9 @@ export class Calendar implements OnInit, OnDestroy, ControlValueAccessor { } } } - + if (this.dataType === 'string') { + this.updateModel(value); + } this.updateInputfield(); this.updateUI(); this.cd.markForCheck();