Skip to content

Commit

Permalink
Done
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanVaniuk committed Mar 4, 2025
1 parent 65c2d49 commit e78a547
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ inputs.forEach(input => {
if(!input.id) {
input.id = input.name;
}

label.setAttribute('for', input.id);
label.textContent = input.name.charAt(0).toUpperCase() + input.name.slice(1);
input.placeholder = label.textContent;
Expand Down

0 comments on commit e78a547

Please sign in to comment.