aboutsummaryrefslogtreecommitdiff
path: root/src/components/search/SearchBar.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-01-20 16:38:16 -0500
committerGitHub <noreply@github.com>2021-01-20 16:38:16 -0500
commit30a7a34f8c5eb379de4e5ebe38cfeeb259f3f1e3 (patch)
tree499337451a1d03944f1bb225b4de93295e1eef22 /src/components/search/SearchBar.tsx
parent929dac6e6768cd5c4c64e12543bd89ee3d46bcd1 (diff)
parentdf3482ae3586868690c9edc963448e66878038bf (diff)
Merge pull request #189 from IvanIFChen/tma530-zoom-out-search-page
[TMA-530] Zoom Out Search Page
Diffstat (limited to 'src/components/search/SearchBar.tsx')
-rw-r--r--src/components/search/SearchBar.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/search/SearchBar.tsx b/src/components/search/SearchBar.tsx
index a711f8f8..3f666ef0 100644
--- a/src/components/search/SearchBar.tsx
+++ b/src/components/search/SearchBar.tsx
@@ -69,6 +69,7 @@ const SearchBar: React.FC<SearchBarProps> = ({
onSubmitEditing={handleSubmit}
clearButtonMode="while-editing"
autoCapitalize="none"
+ autoCorrect={false}
{...{value, onChangeText, onFocus, onBlur}}
/>
</Animated.View>