Skip to content

Commit

Permalink
disable autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
xqdoo00o committed Apr 16, 2024
1 parent 16c441f commit 275a9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2374,7 +2374,7 @@
</div>
</div>
<div class="extraChat">
<input type="text" id="searchChat" autocomplete="off" data-i18n-place="search" placeholder />
<input type="text" id="searchChat" autocomplete="off" readonly onfocus="this.removeAttribute('readonly')" data-i18n-place="search" placeholder />
<div id="clearSearch">
<svg width="24" height="24">
<use xlink:href="#closeIcon" />
Expand Down

0 comments on commit 275a9a4

Please sign in to comment.