Skip to content

Commit

Permalink
Merge pull request #3039 from uswds/mb-update-max-date
Browse files Browse the repository at this point in the history
Change max date to 2019 in date input
  • Loading branch information
thisisdano committed Apr 16, 2019
2 parents f575d65 + c61e22e commit 64f3055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/07-form/controls/date-input.njk
Expand Up @@ -13,7 +13,7 @@
</div>
<div class="usa-form-group usa-form-group--year">
<label class="usa-label" for="date_of_birth_3">Year</label>
<input class="usa-input usa-input--inline" aria-describedby="dobHint" id="date_of_birth_3" name="date_of_birth_3" type="number" min="1900" max="2000" value="">
<input class="usa-input usa-input--inline" aria-describedby="dobHint" id="date_of_birth_3" name="date_of_birth_3" type="number" min="1900" max="2019" value="">
</div>
</div>
</fieldset>
Expand Down

0 comments on commit 64f3055

Please sign in to comment.