Skip to content

Commit

Permalink
Autofill off now?
Browse files Browse the repository at this point in the history
  • Loading branch information
ewwong2 committed May 8, 2020
1 parent 4f23c1b commit fc32e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion final.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="flex-container">
<div class="field" style="width: 500px; margin: auto; margin-bottom: 5px;">
<div class="control">
<input class="input" autocomplete="no" type="text" placeholder="Search for a course. Try 'Operating Systems' or 'bio'..." id="search" style=" text-align: center; border-radius: 25px; box-shadow: none;">
<input class="input" autocomplete="off" type="text" placeholder="Search for a course. Try 'Operating Systems' or 'bio'..." id="search" style=" text-align: center; border-radius: 25px; box-shadow: none;">
</div>
</div>
<div id="results-wrapper">
Expand Down

0 comments on commit fc32e7b

Please sign in to comment.