Select::make('owner_handle')
->label('Owner')
->relationship(
name: 'owner',
titleAttribute: 'handle_and_name',
modifyQueryUsing: /* code not related to the issue */
->noSearchResultsMessage('No owner found.')
->forceSearchCaseInsensitive()
->createOptionForm([ /*standard components for the form*/ ])
->createOptionAction(/* code to retrieve one of the fields from an external source */)
->searchable(),
Select::make('owner_handle')
->label('Owner')
->relationship(
name: 'owner',
titleAttribute: 'handle_and_name',
modifyQueryUsing: /* code not related to the issue */
->noSearchResultsMessage('No owner found.')
->forceSearchCaseInsensitive()
->createOptionForm([ /*standard components for the form*/ ])
->createOptionAction(/* code to retrieve one of the fields from an external source */)
->searchable(),