Repeater BelongsToMany not working on edit form
i followed the steps from the docs: https://filamentphp.com/docs/3.x/forms/fields/repeater#integrating-with-a-belongstomany-eloquent-relationship
This works on creation, but on the edit form it only shows a single record, not all the items.
On the Client Resource:
ClientLocation Pivot model has:
Also when I submit the edit page and change the single record it shows, it gives an error:
This works on creation, but on the edit form it only shows a single record, not all the items.
On the Client Resource:
ClientLocation Pivot model has:
Also when I submit the edit page and change the single record it shows, it gives an error: