Using multi-select does not working when using it inside an Action
Hello, I have a table header action with multi-select, when I choose multiple options and press submit, then after submit $data array is empty
Any ideas how to debug this or what I am doing wrong?
->headerActions([
Tables\Actions\Action::make('doors_to_add')
->label('Search and add')
->form([
Select::make('selected_doors')
->relationship('door', 'name', function ($query) {