Skip to content

Commit effeb65

Browse files
Kristof Schockaertmarijnh
authored andcommitted
remove 'checked' attribute from file input
1 parent 6307c05 commit effeb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

18_forms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ JavaScript, we often do not want to submit our fields normally anyway.
6464
<p><input type="radio" value="A" name="choice">
6565
<input type="radio" value="B" name="choice" checked>
6666
<input type="radio" value="C" name="choice"> (radio)</p>
67-
<p><input type="file" checked> (file)</p>
67+
<p><input type="file"> (file)</p>
6868
----
6969

7070
ifdef::book_target[]

0 commit comments

Comments
 (0)