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
40 stars 21 forks source link

Not filterable #20

Open ohbob opened 1 year ago

ohbob commented 1 year ago

I've noticed the plugin isnt filterable on admin panel. Any chances to get that integrated? Screenshot 2023-10-31 at 11 05 57 Should have projects in the list, but it's missing. It's really crucial to have it for good workflow.

fabimc commented 9 months ago

Is there a way around this issue?

Zaydme commented 1 month ago

I don't think Strapi supports filtering JSON values, and this plugin is basically a JSON field behind the scenes.