strapi-plugin-multi-select
strapi-plugin-multi-select copied to clipboard
A strapi custom field for a multi select input.
From options list `['a', 'b', 'c']` choose b, then a, selected values list would be `['b', 'a']` On reload, selected values lose their order, as they're filtered by **possibleOptions** in...
Hi, is possible for required field set a default value? Thanks a lot. Great Job!!
First of all, amazing work! This plugin should be included by default! I was thinking it would be really nice to be able to do something like this, as an...
How can I get a list of all multi-select values from graphql?
**Strapi version**: 4.6.0 **strapi-plugin-multi-select**: 1.1.0 When adding a component with the custom multi-select plugin field to a dynamic zone, I get a "Whoops! Something went wrong. Please, try again." (see...
This is an initial attempt at migrating to Strapi 5. There may be pieces no longer needed, but it is working as of now. I see that on the Field...
The data is saved to the database in the originally selected order. When it's displayed again in the CMS the order is shown in a wrong way. This PR fixes...