Skip to content

Commit

Permalink
Fixed #14542 - Calendar | Validation is triggered before calendar is …
Browse files Browse the repository at this point in the history
…even touched
  • Loading branch information
mehmetcetin01140 committed Jan 25, 2024
1 parent 239b86c commit 4bd617d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/components/calendar/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1576,6 +1576,9 @@ export class Calendar implements OnInit, OnDestroy, ControlValueAccessor {
}
}
}
else if (this.dataType === 'string') {
formattedValue = date;
}

return formattedValue;
}
Expand Down

0 comments on commit 4bd617d

Please sign in to comment.