Skip to content

Commit

Permalink
changed input type
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijeetbyte authored Apr 19, 2023
1 parent 103a58d commit 1f9fb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NewRecord.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h4>Enter Data</h4>
</center>

<label>Roll No (1 - 10)</label>
<input type="text" name="roll_no" placeholder="Your Roll No." required>
<input type="number" name="roll_no" placeholder="Your Roll No." required>

<label>Password</label>
<input type="password" name="pass" placeholder="Enter Password" required>
Expand Down

0 comments on commit 1f9fb18

Please sign in to comment.