Skip to content

Commit

Permalink
changed textfield date of birth to required (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
fOppenheimer authored Mar 4, 2022
1 parent ad00736 commit 414218f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/modules/form-group.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ export const PersonInputs = (props: any) => {
maxDate={new Date()}

This comment has been minimized.

Copy link
@Rush2021

Rush2021 Mar 20, 2022

1977, 12, 04

minDate={new Date(1900, 0, 1, 12)}
openToDate={dateOfBirth ? dateOfBirth : new Date(1990, 0, 1)}
required
/>
</Col>
</Form.Group>
Expand Down

0 comments on commit 414218f

Please sign in to comment.