We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c50ed8 commit ba739cfCopy full SHA for ba739cf
1 file changed
layouts/_default/search.html
@@ -22,7 +22,7 @@ <h1>{{- (printf "%s " .Title ) | htmlUnescape -}}
22
23
<div id="searchbox">
24
<input id="searchInput" autofocus placeholder="{{ .Params.placeholder | default (printf "%s ↵" .Title) }}"
25
- aria-label="search" type="search" autocomplete="off">
+ aria-label="search" type="search" autocomplete="off" maxlength="64">
26
<ul id="searchResults" aria-label="search results"></ul>
27
</div>
28
0 commit comments