Skip to content

Commit eb04cbf

Browse files
authored
Merge pull request #144 from ChildishGiant/autocomplete-off
Autocomplete off for docs
2 parents a8e6b38 + 9376834 commit eb04cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pug/_navbar.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ header
2323
a(href='http://archives.materializecss.com/0.100.2/') 0.100.2
2424
li(class="search")
2525
div.search-wrapper
26-
input(id="search", placeholder="Search")
26+
input(id="search", placeholder="Search" autocomplete="off")
2727
i.material-icons search
2828
div.search-results
2929
li.bold(class=(page == "About" ? "active" : ""))

0 commit comments

Comments
 (0)