Adding a label to signature link
This commit is contained in:
@@ -4,6 +4,10 @@ import { FieldType, FieldTypeConfig } from "@ngx-formly/core";
|
||||
@Component({
|
||||
selector: 'app-form-signature-link-type',
|
||||
template: `
|
||||
<label *ngIf="props.label && props['hideLabel'] !== true" [attr.for]="id"
|
||||
class="form-label">{{ props.label }}
|
||||
<span *ngIf="props.required && props['hideRequiredMarker'] !== true" aria-hidden="true">*</span>
|
||||
</label>
|
||||
<div class="input-group mb-12">
|
||||
<input class="form-control" type="text" readonly disabled="" value="{{ this.signature_url }}"/>
|
||||
<button type="button" class="btn btn-light" [cdkCopyToClipboard]="this.signature_url"><i-bs name="text-paragraph"/></button>
|
||||
|
||||
Reference in New Issue
Block a user