Attach Option Form...?
According to the docs (https://filamentphp.com/docs/2.x/forms/fields#creating-new-records), I can use
Is it possible to do something like
If so, any docs/links/examples...?
If not, any advice/suggestions on how to allow a user to attach many-to-many relationships (with pivot attributes) when creating/editing...?
createOptionForm() for a BelongsTo relationship.Is it possible to do something like
attachOptionForm() for a BelongsToMany relationship, allowing the user to set values for the many-to-many intermediate/pivot table...?If so, any docs/links/examples...?
If not, any advice/suggestions on how to allow a user to attach many-to-many relationships (with pivot attributes) when creating/editing...?