fix: disable autocorrect/autocomplete on chat textarea

This commit is contained in:
Alexej Wolff
2026-02-11 16:24:22 +01:00
parent da98a7f6b1
commit e2e7e211d5
+5
View File
@@ -602,6 +602,11 @@ export default function GamePage() {
placeholder="Что ты хочешь сделать?..."
disabled={isLoading}
rows={1}
autoComplete="off"
autoCorrect="off"
autoCapitalize="off"
spellCheck={false}
enterKeyHint="send"
/>
{isLoading ? (
<button onClick={handleStop} className="send-btn stop-btn">