Skip to content

Commit 364efe6

Browse files
Merge pull request #3 from remarkablemark/feat-disable-form
Disable form autocompletion and submission
2 parents 296d819 + 1d71404 commit 364efe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</a>
2424

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

2828
<!-- Field -->
2929
<div class="mdl-textfield mdl-js-textfield display-4">

0 commit comments

Comments
 (0)