We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6307c05 commit effeb65Copy full SHA for effeb65
18_forms.txt
@@ -64,7 +64,7 @@ JavaScript, we often do not want to submit our fields normally anyway.
64
<p><input type="radio" value="A" name="choice">
65
<input type="radio" value="B" name="choice" checked>
66
<input type="radio" value="C" name="choice"> (radio)</p>
67
-<p><input type="file" checked> (file)</p>
+<p><input type="file"> (file)</p>
68
----
69
70
ifdef::book_target[]
0 commit comments