Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit b63d2c5

Browse files
committed
change for : Resolve Knockout non-unique elements id in console error
1 parent 79613c0 commit b63d2c5

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/template/billing-address

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/template/billing-address/form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- ko template: getTemplate() --><!-- /ko -->
1010
<!--/ko-->
1111
<form data-hasrequired="* Required Fields">
12-
<fieldset id="billing-new-address-form" class="fieldset address">
12+
<fieldset data-bind="attr: { id:'billing-new-address-form-'+index, value:index}" class="fieldset address">
1313
<!-- ko foreach: getRegion('additional-fieldsets') -->
1414
<!-- ko template: getTemplate() --><!-- /ko -->
1515
<!--/ko-->

0 commit comments

Comments
 (0)