Skip to content

Commit 94b5dbb

Browse files
committed
Make selection required
1 parent cbc55ae commit 94b5dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>Dice Game Web App</h1>
1717
required
1818
/><br />
1919
<!--button to use normal dice or custom dice mode-->Dice mode:
20-
<select id="diceMode">
20+
<select id="diceMode" required>
2121
<option value="normal" selected>Normal</option>
2222
<option value="custom">Custom</option>
2323
</select>

0 commit comments

Comments
 (0)