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);
|
this.hourSelected.emit(hour);
|
||||||
}
|
}
|
||||||
onChangedMinute(minute: number) {
|
onChangedMinute(minute: number) {
|
||||||
|
if (!!minute && minute === 60) {
|
||||||
|
minute = minute - this.minuteStep;
|
||||||
|
}
|
||||||
this.minuteSelected.emit(minute);
|
this.minuteSelected.emit(minute);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
matInput
|
matInput
|
||||||
#input
|
#input
|
||||||
class="stepper-input"
|
class="stepper-input"
|
||||||
|
readonly
|
||||||
[attr.maxlength]="maxLength"
|
[attr.maxlength]="maxLength"
|
||||||
[attr.placeholder]="placeholder"
|
[attr.placeholder]="placeholder"
|
||||||
[attr.disabled]="disabled"
|
[attr.disabled]="disabled"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user