Set auto capitalization type to .none
This commit is contained in:
parent
5f8e5463e5
commit
8033399fd7
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ struct UIKitSearchBar : UIViewRepresentable {
|
|||
searchBar.placeholder = placeholder.localize()
|
||||
|
||||
searchBar.searchBarStyle = .minimal
|
||||
searchBar.autocapitalizationType = .none
|
||||
|
||||
searchBar.delegate = context.coordinator
|
||||
searchBar.searchTextField.delegate = context.coordinator
|
||||
|
|
Loading…
Add table
Reference in a new issue