We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c632767 commit 6ebb0c5Copy full SHA for 6ebb0c5
client/src/app/core/formcomponents/tags/tags.component.html
@@ -5,7 +5,6 @@
5
[placeholder]="data.field.Placeholder"
6
[label]="data.field.Label"
7
(wSubmit)="addTag(data)"
8
- #inputRef
9
></winput>
10
11
<ng-container *ngFor="let tag of data.submition[data.key]; index as i">
0 commit comments