Strapi plugin logo for Multi Country Select

Multi Country Select

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

Strapi plugin multi-country-select

A strapi custom field for selecting multiple countries 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# Using Yarn
2yarn add strapi-plugin-multi-country-select
3
4# Or using NPM
5npm install strapi-plugin-multi-country-select

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

1# Using Yarn
2yarn build
3
4# Or using NPM
5npm run build

Usage

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

Now you can select multiple counties from the list. The Alpha-2 code of the selected countries is stored as an array in the database.

You can also add more options to the select field.

If you add an option with the the value "ALL" (and any label), once you select this option all the countries will be deselected and the options will be disabled.

All countries:ALL

Related

Install now

npm install strapi-plugin-multi-country-select

STATS

5 GitHub stars17 weekly downloads

Last updated

724 days ago

Strapi Version

4.4.0 and above

Author

github profile image for Zaydme
Zaydme

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.