Package Exports
- strapi-plugin-tagsinput
- strapi-plugin-tagsinput/strapi-server.js
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-tagsinput) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Tagsinput plugin for strapi with suggestions
This plugin is used to add tagsinput in your strapi admin panel. Read more about it at tagsinput guidence.
How to Install
Using npm,
npm i strapi-plugin-tagsinputUsing yarn,
yarn add strapi-plugin-tagsinputHow to use
After installation, you can add tagsinput as custom field.
Suggestions for tag
While adding tagsInput, you will see API URL field.
If you want to use REST API for suggestions, then add your API url in this field.
Notes:
If API domain is different, then full API URL is required. i.e
http://localhost:1337/api/v1/tags?fields[0]=name(Make sure API CORS are enabled for your strapi domain in this case).Otherwise add only path of API i.e
/api/v1/tags?fields[0]=nameAPI response should contain
namefield. For example,[ { name: "tag1" }, { name: "tag2" } ]
Showcase
How to use tagsinput?
Issues
If you face any issues, feel free to submit them with detailed information.
Contributing
Feel free to fork and make a Pull Request to this plugin project. All the inputs are warmly welcome!
Show your support ⭐️
Add a star if this project helped you.
Credits
This repository is owned and maintained by the Canopas team. If you are interested in building web apps, plugins or designing products, please let us know. We'd love to hear from you!
Licence
This repository licenced under MIT.

