johnamdickson / portfolio-project-5

1 stars 1 forks source link

BUG: Profile form submit error #59

Closed johnamdickson closed 7 months ago

johnamdickson commented 7 months ago

Epic: Epic: User profiles #36

Bug Description: On profile form submit, started to receive errors that the form was not valid.

Actions to Resolve: Issue arose after the user was added as a form field. Attempted to make it read only by setting disabled but this caused form to be invalid as it is a required field. Resolved by copying HTML for one of the other label and input and passing in user.username before setting element as readonly.