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 35e0de7 commit a1601b4Copy full SHA for a1601b4
src/frontend/header.nim
@@ -96,8 +96,8 @@ when defined(js):
96
section(class="navbar-section"):
97
tdiv(class="input-group input-inline"):
98
input(class="search-input input-sm",
99
- `type`="text", placeholder="search",
100
- id="search-box",
+ `type`="search", placeholder="Search",
+ id="search-box", required="required",
101
onKeyDown=onKeyDown)
102
if state.loading:
103
tdiv(class="loading")
0 commit comments