We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaf99a9 + 3c8f6f4 commit a4875adCopy full SHA for a4875ad
app/code/Magento/Checkout/view/frontend/web/template/billing-address/form.html
@@ -9,7 +9,7 @@
9
<!-- ko template: getTemplate() --><!-- /ko -->
10
<!--/ko-->
11
<form data-bind="attr: {'data-hasrequired': $t('* Required Fields')}">
12
- <fieldset id="billing-new-address-form" class="fieldset address">
+ <fieldset data-bind="attr: { id:'billing-new-address-form-'+index, value:index}" class="fieldset address">
13
<!-- ko foreach: getRegion('additional-fieldsets') -->
14
15
0 commit comments