[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #40 from ConnorJamesLow/patch-1
Browse files Browse the repository at this point in the history
Close option tags in datalist
  • Loading branch information
cbracco authored Apr 19, 2021
2 parents 90c0472 + 8983ac1 commit 9d912a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,9 +521,9 @@ <h3><code>&lt;figure&gt;</code> element with a <code>&lt;picture&gt;</code> elem
<label for="idl">Datalist</label>
<input type="text" id="idl" list="example-list">
<datalist id="example-list">
<option value="Example #1">
<option value="Example #2">
<option value="Example #3">
<option value="Example #1" />
<option value="Example #2" />
<option value="Example #3" />
</datalist>
</p>
</fieldset>
Expand Down

0 comments on commit 9d912a6

Please sign in to comment.