Skip to content

Commit

Permalink
required
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurgolo committed Mar 23, 2024
1 parent 2e8ff33 commit 4bf950f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/matchinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1> Match Info </h1>
<input type="number" class="basicinfonumber" name="rank" id="rank" maxlength="10" style="display: inline-block; width: 60px;"><br>

<label for="matchnumber"> Match Number: </label>
<input type="number" class="basicinfonumber" name="matchnumber" id="matchnumber" max="9999" min="0"><br>
<input type="number" class="basicinfonumber" name="matchnumber" id="matchnumber" max="9999" min="0" required ><br>

</form>

Expand Down

0 comments on commit 4bf950f

Please sign in to comment.