Watoka
Spatie tags filter
I am using Spatie tags in a resource, but if I am making a filter, it lists the available tags as {"en":"MyTag"}.
Here's the code:
This was working fine in Filament v2.
Probably there is a simple solution for this, but I could not figure it out.
38 replies
tag
Refresh resource form data form action
I have a form in a resource where I am populating a relationship repeater from a section header action.
After the relationship is populated, I need to refresh the repeater to show the newly populated data, but I cannot use the $this->refreshFormData() method because I am in a static class.
Probably there is a workaround for this.
My simplified code:
3 replies