Disable home screen search bar autocorrection

This commit is contained in:
Stefan Ceriu 2022-11-29 09:15:34 +02:00 committed by Stefan Ceriu
parent 623eecec77
commit 9dc08341fa

View File

@ -59,6 +59,7 @@ struct HomeScreen: View {
}
.padding(.horizontal)
.searchable(text: $context.searchQuery)
.disableAutocorrection(true)
}
}
.introspectScrollView { scrollView in