aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/timestamp-input.component.html
blob: c57a4b32c291bf283a149e254deea6fb29ca0c3d (plain) (tree)
1
2
3
4



                                                                         
<p-inputMask
  [disabled]="disabled" [(ngModel)]="timestampString" (onBlur)="onBlur()"
  mask="9:99:99" slotChar="0" (ngModelChange)="onModelChange()"
></p-inputMask>