diff --git a/src/components/TextBox/index.tsx b/src/components/TextBox/index.tsx index 00eac11..e6fefdc 100644 --- a/src/components/TextBox/index.tsx +++ b/src/components/TextBox/index.tsx @@ -14,5 +14,6 @@ export const TextBox: FC = ({ onInput, value }) => ( value={value} placeholder="{}" spellcheck={false} + data-gramm="false" /> );