diff --git a/Sources/Shared/Views/SearchComponent.swift b/Sources/Shared/Views/SearchComponent.swift index b3d530991d687604af21ea311eca69c458566f32..2edd280f23bb8ee82fb79b0003eb9eebcbee7359 100644 --- a/Sources/Shared/Views/SearchComponent.swift +++ b/Sources/Shared/Views/SearchComponent.swift @@ -51,6 +51,7 @@ public final class SearchComponent: UIView { rightButton.setContentCompressionResistancePriority(.required, for: .horizontal) inputField.delegate = self + inputField.autocapitalizationType = .none inputField.textColor = Asset.neutralActive.color inputField.font = Fonts.Mulish.regular.font(size: 16.0)