You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add frontend inline validation for the update profile form as well as it is in the signup and login page. The following constraints can be applied for that form fields.
Name: Minimum 6 characters
URL: Valid URL regex
Description Min 10 and max 100 words.
I won't make the fields mandatory to fill, cause it's the user's choice to provide data or not. But if the data is provided then through inline validation we can make sure that valid data is entered in fields.
Request
I want to work on this issue. If you find this worth implementing then please assign me this under gssoc23 label.
Screenshots
The text was updated successfully, but these errors were encountered:
Description
I would like to add frontend inline validation for the update profile form as well as it is in the signup and login page. The following constraints can be applied for that form fields.
Name: Minimum 6 characters
URL: Valid URL regex
Description Min 10 and max 100 words.
I won't make the fields mandatory to fill, cause it's the user's choice to provide data or not. But if the data is provided then through inline validation we can make sure that valid data is entered in fields.
Request
I want to work on this issue. If you find this worth implementing then please assign me this under gssoc23 label.
Screenshots
The text was updated successfully, but these errors were encountered: