Skip to content

Commit

Permalink
Merge pull request #7 from aviiciii/5-autocomplete-is-unnecessary
Browse files Browse the repository at this point in the history
Autocomplete in input fields removed
  • Loading branch information
aviiciii authored May 7, 2023
2 parents c7e28a3 + f91c5ce commit a6cf402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
<form>
<!-- long url -->
<div class="user-box">
<input type="text" name="text" value id="linkinput" required="" />
<input type="text" name="text" value id="linkinput" required="" autocomplete="off" />
<label>Url</label>
</div>

<!-- path -->
<div class="user-box">
<input type="text" name="path" value id="pathinput" required="" />
<input type="text" name="path" value id="pathinput" required="" autocomplete="off" />
<label>Slug</label>
</div>

Expand Down

0 comments on commit a6cf402

Please sign in to comment.