Multiple Select on Managing relationships

Hello friends, I have a question, is there any way to set the Managing relationships select as multiple so that it accepts several records at once?

 ->headerActions([
                //Tables\Actions\CreateAction::make(),
                Tables\Actions\AttachAction::make()
                    ->recordSelect(
                        fn (Select $select) => $select->noSearchResultsMessage(__('user.user_resource.search_field')),
                    )

                    ->preloadRecordSelect()
            ])
Was this page helpful?