Skip to content

Commit

Permalink
fix(chat): disable autocomplete for folder rename input (Issue #2888) (
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar authored Dec 27, 2024
1 parent 59b5548 commit 30f8545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/chat/src/components/Folder/Folder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,7 @@ const Folder = <T extends ConversationInfo | PromptInfo | DialFile>({
onKeyDown={handleEnterDown}
ref={renameInputRef}
name="edit-input"
autoComplete="off"
/>
</div>
) : (
Expand Down

0 comments on commit 30f8545

Please sign in to comment.