JSPM

strapi-plugin-custom-searchable-dropdown

1.0.9
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q39297F
  • License MIT

A strapi custom field for searching and selecting any field from dropdown.

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 (strapi-plugin-custom-searchable-dropdown) 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 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