Merge pull request #258 from Rescla/main

Remove autoComplete="off" from MessageInput textarea
This commit is contained in:
Jack Kingsman
2026-05-13 16:39:58 -07:00
committed by GitHub
-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"