Skip to content

Commit 6af6ee7

Browse files
committed
ACP2E-227: Shipping street address is not cleared completely after removing from the input box
1 parent bb04ad8 commit 6af6ee7

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/view

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/shipping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ define([
140140
return false;
141141
}
142142

143-
if (change.path !== 'shippingAddress.street.0') {
143+
if (!change.path.startsWith('shippingAddress.street')) {
144144
return false;
145145
}
146146

0 commit comments

Comments
 (0)