FilamentF
Filament5mo ago
gg

Is this available Bulk Action form in version 4?

currently,this schema form is not working.
BulkAction::make('gift')
->schema(function (Collection $records) {
TextInput::make('name');
Solution
just upgrade to v 4.02 and it's solved.
Was this page helpful?