From 3309f90eda296e1e490b2cb68a7ad8a2dd978a3e Mon Sep 17 00:00:00 2001 From: Deep Shekhar Singh Date: Mon, 6 Oct 2025 19:03:36 +0530 Subject: [PATCH] fix: Prevent Firefox password autofill in channel search bar (#37145) --- apps/meteor/client/sidebar/search/SearchList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/meteor/client/sidebar/search/SearchList.tsx b/apps/meteor/client/sidebar/search/SearchList.tsx index 8ee16245d41..23337f995b8 100644 --- a/apps/meteor/client/sidebar/search/SearchList.tsx +++ b/apps/meteor/client/sidebar/search/SearchList.tsx @@ -345,6 +345,7 @@ const SearchList = forwardRef(function SearchList({ onClose }: SearchListProps, {...filter} placeholder={placeholder} role='searchbox' + autoComplete='off' addon={} />