Skip to content

Commit 86821fc

Browse files
authored
Merge pull request #495 from jcl80/fix/billing-city-onchange
fix(checkout): add missing onChange to billing city input
2 parents 655ba94 + b0b3bcf commit 86821fc

File tree

1 file changed

+1
-0
lines changed
  • src/modules/checkout/components/billing_address

1 file changed

+1
-0
lines changed

src/modules/checkout/components/billing_address/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const BillingAddress = ({ cart }: { cart: HttpTypes.StoreCart | null }) => {
7979
name="billing_address.city"
8080
autoComplete="address-level2"
8181
value={formData["billing_address.city"]}
82+
onChange={handleChange}
8283
/>
8384
<CountrySelect
8485
name="billing_address.country_code"

0 commit comments

Comments
 (0)