Chats: enable autocomplete

This commit is contained in:
Alex Gleason 2022-12-07 00:18:47 -06:00
parent d4419bf71f
commit d811500812
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 1 deletions

View File

@ -181,7 +181,6 @@ const ChatComposer = React.forwardRef<HTMLTextAreaElement | null, IChatComposer>
autoGrow
maxRows={5}
disabled={disabled}
autoComplete='off'
/>
{isSuggestionsAvailable ? (
<ComboboxPopover>