You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's currently no option to edit a many-to-many relationship using a form (let's say the classical product<=>category link).
The select form component is limited to a single choice. It would be handy to also have a multiselect... with all the hard work to update the relations in the database kept under the hood 😉