Merge branch 'master' of https://git.loafle.net/ucap-web/next-ucap-messenger
This commit is contained in:
commit
ee3646fe00
|
@ -42,6 +42,9 @@ export class PickTimeComponent implements OnInit {
|
|||
this.hourSelected.emit(hour);
|
||||
}
|
||||
onChangedMinute(minute: number) {
|
||||
if (!!minute && minute === 60) {
|
||||
minute = minute - this.minuteStep;
|
||||
}
|
||||
this.minuteSelected.emit(minute);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
matInput
|
||||
#input
|
||||
class="stepper-input"
|
||||
readonly
|
||||
[attr.maxlength]="maxLength"
|
||||
[attr.placeholder]="placeholder"
|
||||
[attr.disabled]="disabled"
|
||||
|
|
Loading…
Reference in New Issue
Block a user