Jellibloom
How to use same column attribute in a Table Filter AND in Listing records (Using tabs to filter)
So I want to reset a specific filter on tab filter, and vise versa
I found the first have of the solution, on the list page I added this function
4 replies
How to attach and detach a relation in case there were values
Found the solution 😄
https://filamentphp.com/docs/3.x/forms/advanced#conditionally-saving-data-to-a-relationship
3 replies
How to validate inside `handleRecordCreation()` or `mutateFormDataBeforeSave`
Hey @Leandro Ferreira, and thanks a lot for your help!
I'm using a repeater, and I want to get values that are outside the repeater
I added this rule to one of the repeater attributes, but I it only get the values inside a single repeater
So that's why I thought of making the validation inside
handleRecordCreation
and mutateFormDataBeforeSave
, but then wondered how to display the validation error before running $this->halt();
6 replies