about summary refs log tree commit diff
path: root/src/view/com/search/HeaderWithInput.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-25 15:56:19 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-25 15:56:19 -0500
commite33dad8b723673a36979aea1d3d3132220a84a5d (patch)
tree78b3b428a5fdf6af6ec9ea48e8539adb54c38b2c /src/view/com/search/HeaderWithInput.tsx
parenta39a06ba09803412bca053d9fc836d1d2cdd4b4b (diff)
parent881be748d52f0bbf19543ac8a08d81b46bb8af5d (diff)
downloadvoidsky-e33dad8b723673a36979aea1d3d3132220a84a5d.tar.zst
Merge branch 'custom-algos' of github.com:bluesky-social/social-app into custom-algos
Diffstat (limited to 'src/view/com/search/HeaderWithInput.tsx')
-rw-r--r--src/view/com/search/HeaderWithInput.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/search/HeaderWithInput.tsx b/src/view/com/search/HeaderWithInput.tsx
index 7a9e0cc62..7d0eeb2db 100644
--- a/src/view/com/search/HeaderWithInput.tsx
+++ b/src/view/com/search/HeaderWithInput.tsx
@@ -87,6 +87,8 @@ export function HeaderWithInput({
           accessibilityRole="search"
           accessibilityLabel="Search"
           accessibilityHint=""
+          autoCorrect={false}
+          autoCapitalize="none"
         />
         {query ? (
           <TouchableOpacity