Baspa
Unable to find component when clicking on an action
I see a similar question here: https://www.answeroverflow.com/m/1169485158752198746 but the path of my component seems right, it's in the
App\Filament\Pages\Auth
directory and is called LoginTwoFactor
4 replies
How to populate multi select list with default selected values
https://filamentphp.com/docs/3.x/actions/prebuilt-actions/edit#customizing-data-before-filling-the-form
Is this the documentation about the method you mentioned?
I tried to do so using this code, but it seems like
mutateRecordDataUsing
is not triggered:
9 replies