diff --git a/src/components/BaseTextInput/index.tsx b/src/components/BaseTextInput/index.tsx index a2bdef479..8eaebcefd 100644 --- a/src/components/BaseTextInput/index.tsx +++ b/src/components/BaseTextInput/index.tsx @@ -57,6 +57,7 @@ export const BaseTextInput = forwardRef( onKeyDown={onKeyDown} placeholder={placeholder} placeholderTextColor={placeholderTextColor} + spellCheck={false} textAlign={textAlign} type={type} value={value}