React Country -> Province/State -> City selector?

Viewed 20880

I feel like this is pretty common that people want a selector that when you pick a country it narrows down province/states to that country then you pick state or province and it narrows down the city for you. Is there nothing on NPM for that? I saw country selector and country-province but nothing that goes from country to city. If nothing exists should I store all those in the DB or front-end? I'm assuming DB.

3 Answers

I would recommend using react country-state-city, but it consumes lot of space.

Related