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 4c5380b commit bec4841Copy full SHA for bec4841
app/components/search-form.hbs
@@ -23,7 +23,7 @@
23
local-class="input-lg"
24
name="q"
25
id="cargo-desktop-search"
26
- placeholder="Press 'S' to focus this searchbox..."
+ placeholder="Type 'S' or '/' to search"
27
value={{this.header.searchValue}}
28
oninput={{this.updateSearchValue}}
29
autofocus="autofocus"
@@ -53,4 +53,5 @@
53
{{on-key 's' (focus '#cargo-desktop-search')}}
54
{{on-key 'S' (focus '#cargo-desktop-search')}}
55
{{on-key 'shift+s' (focus '#cargo-desktop-search')}}
56
+ {{on-key '/' (focus '#cargo-desktop-search')}}
57
</form>
0 commit comments