Skip to content

Commit c02ab76

Browse files
vkammererjgthms
authored andcommitted
Adds autofocus to search input (#49)
1 parent 08a3c17 commit c02ab76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/components/finder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<article class="finder">
22
<div class="menu-search">
3-
<input id="finder-input" type="search" autocomplete="off" placeholder="Search 129 CSS properties">
3+
<input id="finder-input" type="search" autocomplete="off" placeholder="Search 129 CSS properties" autofocus>
44
<i class="icon is-search"></i>
55
</div>
66
<div id="finder-list" class="finder-list">

0 commit comments

Comments
 (0)