JSPM

@sgftech/plugin-multi-country-select

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q36643F
  • License MIT

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

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@sgftech/plugin-multi-country-select) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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:

    # Using Yarn
    yarn add strapi-plugin-multi-country-select
    
    # Or using NPM
    npm install strapi-plugin-multi-country-select

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

    # Using Yarn
    yarn build
    
    # Or using NPM
    npm run build

    Usage

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

    multi-country select screenshot

    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.

    multi-country select screenshot

    You can also add more options to the select field. multi-country select screenshot

    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

    multi-country select screenshot