mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	recent topics: Disable browser autocomplete filter widget.
The browser autocomplete is annoying/unhelpful here. Fixes #21349.
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
|         {{> recent_topics_filters}} | ||||
|     </div> | ||||
|     <div class="search_group" role="group"> | ||||
|         <input type="text" id="recent_topics_search" value="{{ search_val }}" placeholder="{{t 'Filter topics (t)' }}" /> | ||||
|         <input type="text" id="recent_topics_search" value="{{ search_val }}" autocomplete="off" placeholder="{{t 'Filter topics (t)' }}" /> | ||||
|         <button type="button" class="btn clear_search_button" id="recent_topics_search_clear"> | ||||
|             <i class="fa fa-remove" aria-hidden="true"></i> | ||||
|         </button> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user