Skip to content

Commit

Permalink
Set 'Name' input text field as required
Browse files Browse the repository at this point in the history
  • Loading branch information
HelNershingThapa committed Jul 24, 2022
1 parent 10bdd56 commit eaeb0cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/user/forms/personalInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ function _PersonalInformationForm(props) {
component="input"
type="text"
className={fieldClasses}
required
autoComplete="name"
/>
</div>
Expand Down

0 comments on commit eaeb0cf

Please sign in to comment.