Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Let the user know why they are unable to edit their name #135

Open
0xriyadh opened this issue Oct 28, 2024 · 1 comment
Open

chore: Let the user know why they are unable to edit their name #135

0xriyadh opened this issue Oct 28, 2024 · 1 comment
Assignees
Labels
chore minor changes that does not change any logic

Comments

@0xriyadh
Copy link
Collaborator

According to the design of the application your name must have at least two words where each word is at least 2 characters or more. For example:

Valid ✅

SM Fahim
Mr S M Fahim
SN Jaman

Invalid ❌

S M Fahim
S N Jaman

However the user doesn't know this

Possible Solution: Add some sort of message just below the input field, similar to messages we get when we do not fulfill password requirements mentioning something like this 👇

Your name must contain at least two words, each with a minimum of two characters.

Screenshot 2024-10-28 at 10 18 05 PM

@0xriyadh 0xriyadh added the chore minor changes that does not change any logic label Oct 28, 2024
@ArjunGhosh11
Copy link

ArjunGhosh11 commented Oct 28, 2024

Could you please assign me to fix this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore minor changes that does not change any logic
Projects
None yet
Development

No branches or pull requests

2 participants