strapi-plugin-multi-select
strapi-plugin-multi-select copied to clipboard
A strapi custom field for a multi select input.
Strapi 5
Do you plan to support strapi v5?
The `ReactSelect` component is basically a styled wrapper of '[react-select](https://github.com/JedWatson/react-select)'. That component has a disabled state, but it is using the `isDisabled` prop, while the multi-select passes a `disabled` prop....
I'm using last version of Strapi (v4.20.5). When I load a page with the custom field, the field is always empty, even if it has data stored. The problem I...
Little MR to allow the usage of the default value Credit goes to @matteocattelan for giving the code sample
I know you can use `$containsi` but it doesn't really achieve what I want. Let's use this example ## schema.json ``` "page": { "type": "customField", "options": ["My Account:my-account", "Account:account", "Account...
I've noticed the plugin isnt filterable on admin panel. Any chances to get that integrated?  Should have projects in the list, but it's missing....
if u have 15 options and u want to select all its very hard now
I would be nice if we can have choose size in multi select tag 
It would be nice to have globe enable/disable icon when user choose "Enable localization" on multi select field. 
It would be convenient to have the ability to create new values in the input field. Here is an [example](https://www.npmjs.com/package/react-tagsinput). Unfortunately, Strapi is not rushing to implement [this feature](https://feedback.strapi.io/developer-experience/p/allow-array-or-multi-select-field-type), and...