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 655ba94 + b0b3bcf commit 86821fcCopy full SHA for 86821fc
src/modules/checkout/components/billing_address/index.tsx
@@ -79,6 +79,7 @@ const BillingAddress = ({ cart }: { cart: HttpTypes.StoreCart | null }) => {
79
name="billing_address.city"
80
autoComplete="address-level2"
81
value={formData["billing_address.city"]}
82
+ onChange={handleChange}
83
/>
84
<CountrySelect
85
name="billing_address.country_code"
0 commit comments