<kendo-timepicker formControlName='StartTime' [min]='pharmacyStartTime' [max]='pharmacyEndTime' required></kendo-timepicker>
Intial values:
PharmacyStartTime = 9:00 AM
PharmacyEndTime =1:00PM
In our application, we update the above start and end times with the user input. But the min and max values of time picker component don't update.
Appreciate any help.