strapi-creatable-multi-select-field
v0.0.4-beta.2
Published
This is the description of the plugin.
Readme
Strapi plugin multi-select
A strapi custom field for selecting multiple options from a provided list of items with possibility to add new one on the fly.
Installation
To install this plugin, you need to add an NPM dependency to your Strapi application:
# Using Yarn
yarn add strapi-creatable-multi-select-field
# Or using NPM
npm install strapi-creatable-multi-select-fieldThen, you'll need to build your admin panel:
# Using Yarn
yarn build
# Or using NPM
npm run buildUsage
After installation you will find the multi-select at the custom fields section of the content-type builder.
You add options to the multi-select by adding a line separated list of options to the options field.
