-
Notifications
You must be signed in to change notification settings - Fork 28
Add validation for empty name in edit profile. #139
Comments
can i work on this? |
Since this issue is labeled with Hacktoberfest label, this repository need to add hacktoberfest to its topics, otherwise the contributions made here would not be contabilized to the event |
You just made a PR, can you confirm if it updated your dashboard or not? |
Yes, |
Got it, thanks! |
@ednofedulo I'm assigning it to you, thanks a lot for your interest in contributing to the Mentorship iOS project. For the Hacktoberfest, I'll confirm with the team if we're doing it or not. A few suggestions for your next PR:
|
@ednofedulo @aaryankotharii confirmed, Mentorship iOS is participating in Hacktoberfest! Thanks |
Describe the bug
While editing the profile, if name field is emptied, the backend accepts an empty name but does not change it. Hence its better to disable
save
button in EditProfile View if name is empty.To Reproduce
Steps to reproduce the behavior:
-
for name in Profile View.Expected behavior
save
button in EditProfile View should be disabled if name is empty.Screenshots
Simulator :
The text was updated successfully, but these errors were encountered: