1.0.9 • Published 1 year ago

strapi-plugin-custom-searchable-dropdown v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Strapi plugin custom-searchable-dropdown

A strapi custom field for searching and selecting value/scrip.

Installation

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

# Using Yarn
yarn add strapi-plugin-custom-searchable-dropdown

# Or using NPM
npm install strapi-plugin-custom-searchable-dropdown

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 custom-dropdown at the custom fields section of the content-type builder.

custom dropdown field screenshot

Now you can search and select any custom scrip from the list.

custom searchable dropdown

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago