diff --git a/assets/js/collaborative-editor/components/SearchableList/SearchableList.tsx b/assets/js/collaborative-editor/components/SearchableList/SearchableList.tsx index b6b49e29a64..c30198b3ab3 100644 --- a/assets/js/collaborative-editor/components/SearchableList/SearchableList.tsx +++ b/assets/js/collaborative-editor/components/SearchableList/SearchableList.tsx @@ -58,6 +58,7 @@ export function SearchableList({ aria-controls={listboxId} aria-activedescendant={activeDescendantId} aria-autocomplete="list" + autoComplete="off" className="block w-full rounded-md border-secondary-300 pl-10 pr-10 shadow-xs sm:text-sm focus:border-primary-300 focus:ring diff --git a/assets/js/collaborative-editor/components/SessionList.tsx b/assets/js/collaborative-editor/components/SessionList.tsx index a59497c0285..b800df32468 100644 --- a/assets/js/collaborative-editor/components/SessionList.tsx +++ b/assets/js/collaborative-editor/components/SessionList.tsx @@ -125,6 +125,7 @@ export function SessionList({ value={searchQuery} onChange={e => setSearchQuery(e.target.value)} placeholder="Search conversations..." + autoComplete="off" className={cn( 'w-full h-[34px] pl-9 pr-3 text-sm', 'bg-gray-50 border border-gray-200 rounded-lg', diff --git a/assets/js/collaborative-editor/components/VersionPicker.tsx b/assets/js/collaborative-editor/components/VersionPicker.tsx index b659e03c40d..5b4220bf49e 100644 --- a/assets/js/collaborative-editor/components/VersionPicker.tsx +++ b/assets/js/collaborative-editor/components/VersionPicker.tsx @@ -140,6 +140,7 @@ export function VersionPicker({ role="combobox" aria-expanded={isOpen} aria-controls="version-listbox" + autoComplete="off" />