We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94208c1 commit 5774a2cCopy full SHA for 5774a2c
templates/shared/search/input.tmpl
@@ -1,4 +1,4 @@
1
<!-- Value - value of the search field (for search results page) -->
2
<!-- Disabled (optional) - if search field has to be disabled -->
3
<!-- Placeholder (optional) - placeholder text to be used -->
4
-<input type="search" spellcheck="false" name="q" maxlength="255" placeholder="{{if .Placeholder}}{{.Placeholder}}{{else}}{{ctx.Locale.Tr "search.search"}}…{{end}}"{{if .Value}} value="{{.Value}}"{{end}}{{if .Disabled}} disabled{{end}} autofocus>
+<input type="search" spellcheck="false" name="q" maxlength="255" placeholder="{{if .Placeholder}}{{.Placeholder}}{{else}}{{ctx.Locale.Tr "search.search"}}…{{end}}"{{if .Value}} value="{{.Value}}"{{end}}{{if .Disabled}} disabled{{else}} autofocus{{end}}>
0 commit comments