Skip to content

Commit

Permalink
Add autofocus to roll number input field
Browse files Browse the repository at this point in the history
  • Loading branch information
akarsh911 committed Dec 2, 2023
1 parent bfb43a4 commit b63dc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/validation/templates/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2 class="user-pass-info">User Pass Information</h2>

<div class="camera-card">
<h2>QR Code Scanner</h2>
<input type="number" placeholder="Roll Number" id="roll_num" class="roll-no">
<input type="number" placeholder="Roll Number" id="roll_num" class="roll-no" autofocus>
<div id="camera" class="viewport" style="margin-top: 10px;"> </div>
<!-- <div class="location-selector">
<select id="location-selector">
Expand Down

0 comments on commit b63dc02

Please sign in to comment.