We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc55ae commit 94b5dbbCopy full SHA for 94b5dbb
index.html
@@ -17,7 +17,7 @@ <h1>Dice Game Web App</h1>
17
required
18
/><br />
19
<!--button to use normal dice or custom dice mode-->Dice mode:
20
- <select id="diceMode">
+ <select id="diceMode" required>
21
<option value="normal" selected>Normal</option>
22
<option value="custom">Custom</option>
23
</select>
0 commit comments