about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-05-25 13:50:59 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-05-25 13:50:59 -0700
commita9027cfb45ab754233da8b882de60cb6b59117a6 (patch)
treee79e7b26a0a81d9e8668faf921965418c898a3e5
parent14619cf8a30f1c4e75de926ad3898ac86b0a7dd0 (diff)
downloadvoidsky-a9027cfb45ab754233da8b882de60cb6b59117a6.tar.zst
turn of auto correct and capitalize on search
-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