System Information
- Strapi Version: v5.5.0
- Database: Postgress
- Node Version: v20.18.1
I have an Entity “Article”, with a ManyToMany relationship to “X”.
There are about ~12 values in X.
Quite often - we need to select all the values when editing Article.
Is there a way to add a “Select All” instead of selecting them one-by-one?