Zaydme / strapi-plugin-multi-select

A strapi custom field for a multi select input.
https://www.npmjs.com/package/strapi-plugin-multi-select
MIT License
39 stars 21 forks source link

Field does not apear #11

Closed dimmduh closed 1 year ago

dimmduh commented 1 year ago

Installed, rebuilded, but nothing. No custom field. 4.9.2 (node v18.12.0)

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 14 days with no activity.

PenguinOfWar commented 1 year ago

~@Zaydme I am also having this issue on strapi v4.10.1 after restarting multiple times. Is there a way to manually enable it?~

@dimmduh run npm run build in your strapi directory then npm run develop again and you will see your custom field. Seems this is now necessary for strapi.

Screenshot 2023-05-16 at 15 45 33
codenamezeta commented 1 year ago

Same issue. The plugin marketplace says it's installed but no matter what I try, I never see the custom field available in the custom fields tab. I've tried npm run build and npm run develop several times with no luck. Please help!

Zaydme commented 1 year ago

Please update Strapi to the latest version and make sure you run

$ npm install strapi-plugin-multi-select --save
# OR
$ yarn add strapi-plugin-multi-select

$ npm run build
$ npm run develop