Skip to content

Commit

Permalink
refactor: add id to input fields with label
Browse files Browse the repository at this point in the history
  • Loading branch information
emmysteven committed Oct 28, 2023
1 parent 28ce18a commit 1ca181a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/views/members/AddMember.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<div class="form-group mt-3 d-flex">
<label for="birthDate" class="col-md-6 pt-1">Birth Date</label>
<Field
id="birthDate"
name="birthDate"
type="date"
autocomplete="on"
Expand Down Expand Up @@ -109,6 +110,7 @@
<div class="form-group mt-3 d-flex">
<label for="marriageDate" class="col-md-6 pt-1">Marriage Date</label>
<Field
id="marriageDate"
name="marriageDate"
type="date"
autocomplete="on"
Expand Down

0 comments on commit 1ca181a

Please sign in to comment.