Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-714 (pull request #140)
Browse files Browse the repository at this point in the history
SHIBUI-714 Fixed issue with duplicate ids

Approved-by: Shibui Jenkins <shibui.jenkins@gmail.com>
Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
rmathis committed Aug 7, 2018
2 parents 12ea9c9 + 43d7aa3 commit fed1e48
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 fed1e48

Please sign in to comment.