diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/search/SearchBar.tsx | 1 |
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> |
