mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +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}}
|
{{> recent_topics_filters}}
|
||||||
</div>
|
</div>
|
||||||
<div class="search_group" role="group">
|
<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">
|
<button type="button" class="btn clear_search_button" id="recent_topics_search_clear">
|
||||||
<i class="fa fa-remove" aria-hidden="true"></i>
|
<i class="fa fa-remove" aria-hidden="true"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user