Skip to content

Commit

Permalink
✨ feat: add autofocus attribute on 'Variable A' input
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayanTheNerd committed Dec 31, 2023
1 parent 26d28ec commit da98399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ <h1 class="text-[21.5px] font-extrabold sm:text-2xl lg:text-3xl">Quadratic Equat
<label for="variable_A" class="sr-only">Variable A</label>
<input
required
autofocus
type="text"
maxlength="3"
placeholder="a"
Expand Down

0 comments on commit da98399

Please sign in to comment.