Skip to content

Commit

Permalink
ENGCOM-1870: [BackPort] Resolve Knockout non-unique elements id in co…
Browse files Browse the repository at this point in the history
…nsole error #15834
  • Loading branch information
VladimirZaets authored Jun 13, 2018
2 parents 4d687fe + c64228d commit 958359d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
<form data-hasrequired="* Required Fields">
<fieldset id="billing-new-address-form" class="fieldset address">
<fieldset data-bind="attr: { id:'billing-new-address-form-'+index, value:index}" class="fieldset address">
<!-- ko foreach: getRegion('additional-fieldsets') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
Expand Down

0 comments on commit 958359d

Please sign in to comment.