Skip to content

Commit

Permalink
ENGCOM-1648: Resolve Knockout non-unique elements id in console error #…
Browse files Browse the repository at this point in the history
…15349

 - Merge Pull Request #15349 from neeta-wagento/magento2:feature-resolve-knockout-non-unique-id-console-error
 - Merged commits:
   1. 20d8e6a
   2. 3c8f6f4
  • Loading branch information
magento-engcom-team committed May 22, 2018
2 parents aaf99a9 + 3c8f6f4 commit a4875ad
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-bind="attr: {'data-hasrequired': $t('* 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 a4875ad

Please sign in to comment.