chec / commercejs-chopchop-demo

A Commerce.js starter kit for Next.js. A beautifully designed elegantly developed, end to end commerce experience for developers and agencies. Pre-integrated with Stripe. One-click deploy to Vercel.
https://commercejs-chopchop-demo.vercel.app/
BSD 3-Clause "New" or "Revised" License
155 stars 65 forks source link

Billing address region dropdown gets stuck on some other country #22

Closed robbieaverill closed 3 years ago

robbieaverill commented 3 years ago

image

When you first fill out this form, click into the country field and type "Canada". Notice that when you press "C" it starts to load subdivisions for some other country like Cameroon or something. The state field is then updated with the subdivisions for that country. When Canada ends up being selected the region dropdown doesn't change to Canadian subdivisions, so I have to change the country to something else and back again with my mouse.

notrab commented 3 years ago

Good catch @robbieaverill! What's your thoughts here? Throw in a debounce of sorts?

robbieaverill commented 3 years ago

Yeah I reckon so 👍