ngx-material-timepicker icon indicating copy to clipboard operation
ngx-material-timepicker copied to clipboard

Issue while setting min max limit from PM to AM

Open ahavagowtham opened this issue 4 years ago • 2 comments

Hi , I am trying to set min limit- 11pm and max limit to 2am. The idea here is to allow user to select only the time range between 11pm to 2am. While setting this time range the picker is not allowing to select anything. AM I doing anything wrong here?

 <input placeholder="Start Time" [ngModel]="inputValue.startTime" (ngModelChange)="setValue($event,'START')"
            [ngxTimepicker]="start" min="9:00 pm" max="01:59 am" readonly>
        <ngx-material-timepicker #start></ngx-material-timepicker>

ahavagowtham avatar Dec 11 '20 14:12 ahavagowtham

I have a fix for this issue. Can I raise a PR?

ahavagowtham avatar Dec 13 '20 08:12 ahavagowtham

I am also getting this issue. Please fix this.

prince17080 avatar Mar 03 '21 13:03 prince17080