Skip to content

Commit

Permalink
SHIBUI-714 Fixed issue with duplicate ids
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Aug 7, 2018
1 parent 15e46af commit 43d7aa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</label>
<span *ngIf="schema.description" class="sr-only">{{ schema.description }}</span>
<auto-complete
[attr.id]="id"
[id]="id"
[formControl]="control"
[matches]="schema.widget.data"
[required]="true"
Expand Down

0 comments on commit 43d7aa3

Please sign in to comment.