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.
2 parents cbe47b7 + e1a35f7 commit 390b2d5Copy full SHA for 390b2d5
app/templates/application.hbs
@@ -21,7 +21,8 @@
21
placeholder="Search"
22
value=search
23
autofocus="autofocus"
24
- tabindex="1"}}
+ tabindex="1"
25
+ required=true}}
26
</form>
27
28
<div class='nav'>
@@ -101,7 +102,8 @@
101
102
103
104
autocorrect="off"
105
106
107
108
109
<div id="main" class='inner-content'>
app/templates/catch-all.hbs
@@ -6,5 +6,6 @@
6
{{input type="text" class="search"
7
8
9
- enter="search"}}
+ enter="search"
10
11
</p>
0 commit comments