I would like to turn off predictive text/autocorrect for a TextField
in SwiftUI. Looks like this was possible in with UITextField
:
Disable UITextField Predictive Text
I checked the Apple documentation for TextField
and googled, but can't find anything about this.
Has anyone found a way to disable the predictive text/autocomplete for a TextField?
Thank you!