We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecf9f9 commit fee37c6Copy full SHA for fee37c6
iosApp/iosApp/ContentView.swift
@@ -64,6 +64,7 @@ struct CountryListView: View {
64
}
65
66
.searchable(text: $query)
67
+ .disableAutocorrection(true)
68
69
// Conditional display of the ProgressView
70
if let isLoading = viewModel.isLoadingCountries.value_ as? Bool, isLoading {
0 commit comments