Need to disable copy / paste option in searchable modifier in SwiftUI

I recently tried out the new .searchable modifier with SwiftUI to add searchable bars to my application, for security purpose I need to disable copy / paste option in that. Is there any property we set to false to disable it?