Skip to content

Commit fee37c6

Browse files
committed
disableAutocorrection for iOS app in search bar.
1 parent 1ecf9f9 commit fee37c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iosApp/iosApp/ContentView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ struct CountryListView: View {
6464
}
6565
}
6666
.searchable(text: $query)
67+
.disableAutocorrection(true)
6768

6869
// Conditional display of the ProgressView
6970
if let isLoading = viewModel.isLoadingCountries.value_ as? Bool, isLoading {

0 commit comments

Comments
 (0)