renamed id
This commit is contained in:
parent
b7fed07a16
commit
e6cf6557e1
@ -16,7 +16,7 @@
|
||||
|
||||
<div *ngIf="config.requireInput" class="iqser-input-group required w-300 mt-24">
|
||||
<label>{{ inputLabel }}</label>
|
||||
<input [(ngModel)]="inputValue" id="requiredConfirmInput" />
|
||||
<input [(ngModel)]="inputValue" id="confirmation-input" />
|
||||
</div>
|
||||
|
||||
<div *ngIf="config.checkboxes.length > 0" class="mt-24 checkboxes-wrapper">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user