Should invite email input consider the input valid in capital letters too? #6994
87prashant
started this conversation in
Feedback
Replies: 1 comment
-
Case-folding i.e. changing all the cases to lower case for processing is a standard process that many of the email field handling routines should be applying. IMO, that is the bare minimum requirement. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Re_.Meetings._.Parabol.-.3.August.2022.mp4
I was writing the email name with the first capital letter many times and thinking that there is some issue in the app then I understand the situation so I think it would create an issue for some users if they do not care about the casing during typing the email.
I guess it should not consider casing here for validation.
What do others think?
Beta Was this translation helpful? Give feedback.
All reactions