Method updateInputfield() doesn't work for 'string' dataType and minDate/maxDate prop provided #15621
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
primeng/src/app/components/calendar/calendar.ts
Line 1610 in c42b73b
In quoted line we pass date object of type 'any', whereas 'isValidDateForTimeConstraints' method takes 'Date' type. I think the method should work also for 'string' dataType to validate timeConstraints correctly.
The text was updated successfully, but these errors were encountered: