Skip to content

Commit

Permalink
fix(chat): disable autocomplete for rename input (Issue #2888) (#2889)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar authored Dec 27, 2024
1 parent 37b9936 commit 35ffb43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/chat/src/components/Chat/RenameConversationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ const RenameConversationView = () => {
}
onKeyDown={handleEnterDown}
className="w-full rounded border border-primary bg-transparent px-3 py-2.5 leading-4 outline-none placeholder:text-secondary focus-visible:border-accent-primary"
autoComplete="off"
/>
<div className="relative flex justify-end gap-3">
<button
Expand Down

0 comments on commit 35ffb43

Please sign in to comment.