Skip to content

Commit

Permalink
docs: 📝 Disable browser-default autocomplete on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChildishGiant committed May 21, 2021
1 parent b63c8e8 commit feb1bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pug/_navbar.pug
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ header
a(href='http://archives.materializecss.com/0.100.2/') 0.100.2
li(class="search")
div.search-wrapper
input(id="search", placeholder="Search")
input(id="search", placeholder="Search" autocomplete="off")
i.material-icons search
div.search-results
li.bold(class=(page == "About" ? "active" : ""))
Expand Down

0 comments on commit feb1bb1

Please sign in to comment.