• Product

  • Solutions

  • Developers

  • Docs

  • Pricing

  • Cloud

Search icon
Strapi plugin logo for Country Select

Country Select

A strapi custom field for selecting any country based on the ISO 3166-1 country code standard.

thumbnail for Country Select

Strapi plugin country-select

A strapi custom field for selecting any country based on the ISO 3166-1 country code standard.

Installation

To install this plugin, you need to add an NPM dependency to your Strapi application:

1
2
3
4
5
# Using Yarn
yarn add strapi-plugin-country-select

# Or using NPM
npm install strapi-plugin-country-select

Then, you'll need to build your admin panel:

1
2
3
4
5
# Using Yarn
yarn build

# Or using NPM
npm run build

Usage

After installation you will find the country-select at the custom fields section of the content-type builder.

country select screenshot

Now you can select any country from the list. The Alpha-2 code of the selected country is stored in the database.

country select screenshot

Related

Install now

npm install strapi-plugin-country-select

STATS

9 GitHub stars924 weekly downloads

Last updated

175 days ago

Strapi Version

4.4.0 and above

Author

github profile image for Chris Ebert
Chris Ebert

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.