diff --git a/src/pages/GamePage.tsx b/src/pages/GamePage.tsx index 6a5e330..604300c 100644 --- a/src/pages/GamePage.tsx +++ b/src/pages/GamePage.tsx @@ -602,6 +602,11 @@ export default function GamePage() { placeholder="Что ты хочешь сделать?..." disabled={isLoading} rows={1} + autoComplete="off" + autoCorrect="off" + autoCapitalize="off" + spellCheck={false} + enterKeyHint="send" /> {isLoading ? (