diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-25 13:50:59 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-25 13:50:59 -0700 |
commit | a9027cfb45ab754233da8b882de60cb6b59117a6 (patch) | |
tree | e79e7b26a0a81d9e8668faf921965418c898a3e5 /src | |
parent | 14619cf8a30f1c4e75de926ad3898ac86b0a7dd0 (diff) | |
download | voidsky-a9027cfb45ab754233da8b882de60cb6b59117a6.tar.zst |
turn of auto correct and capitalize on search
Diffstat (limited to 'src')
-rw-r--r-- | src/view/com/search/HeaderWithInput.tsx | 2 |
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 |