From a38afcdfd8bf2209d66a25b3c1101637e53924f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B0=D1=81=D1=83=D0=BB?= Date: Wed, 16 Oct 2024 11:34:47 +0300 Subject: [PATCH] feat: removed spell check --- src/components/BaseTextInput/index.tsx | 1 + 1 file changed, 1 insertion(+) 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}