Remove autoComplete="off" from textarea

This commit is contained in:
Rescla
2026-05-13 13:57:32 +02:00
parent 70cb133b24
commit 34cd06cc04
-1
View File
@@ -210,7 +210,6 @@ export const MessageInput = forwardRef<MessageInputHandle, MessageInputProps>(fu
<div className="flex gap-2 items-end">
<textarea
ref={textareaRef}
autoComplete="off"
name="chat-message-input"
aria-label={placeholder || 'Type a message'}
data-lpignore="true"