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

->preloadRecordSelect()
])
0 Replies
No replies yetBe the first to reply to this messageJoin