Skip to content

Commit 7252a40

Browse files
committedDec 18, 2022
fix: autocomplete
1 parent 84c19bc commit 7252a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<main>
1313
<h1>Line Chart Generator</h1>
1414
<div class="form-container">
15-
<form id="form">
15+
<form id="form" autocomplete="off">
1616
<label for="real">
1717
Input the values (each separated by a comma)</label
1818
>

0 commit comments

Comments
 (0)
Please sign in to comment.