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');
5 Replies
Whats the error you getting?
nothing happen when click bulk action button. just nothing show
weird code, I think bulk action works with something like this
yes normal bulk action is woking , but I am trying inside of modal content with livewire page.
button -> modal content -> livewire page -> table -> bulk action (not appear schema form)
Solution
just upgrade to v 4.02 and it's solved.