Skip to content

Commit

Permalink
Merge pull request #3 from remarkablemark/feat-disable-form
Browse files Browse the repository at this point in the history
Disable form autocompletion and submission
  • Loading branch information
remarkablemark authored Sep 8, 2016
2 parents 296d819 + 1d71404 commit 364efe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</a>

<!-- Main -->
<form action="#">
<form action="#" autocomplete="off" onsubmit="return false;">

<!-- Field -->
<div class="mdl-textfield mdl-js-textfield display-4">
Expand Down

0 comments on commit 364efe6

Please sign in to comment.