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
When entering a new email address, the timeline section displays each character of the email address as an individual clickable link. For instance, an email like [email protected] appears with each character as its own email button, so clicking on a prompts an email composition to "a", clicking sprompts an email to "s", and so on. This behavior misinterprets the email address as separate parts rather than a single entity.
Screencast.from.2024-10-31.23-06-29.webm
Expected Behaviour
The entire email address should be a single clickable link.
The text was updated successfully, but these errors were encountered:
@harshit078 Yes, If you see the last screenshot, I parsed the additionalEmail and it worked. But I'm not sure if this is the correct solution. Because if you console log fieldValues, first you will see the correct additionalEmails but then it somehow changes to a stringified version.
I'm still looking into this.
Bug Description
When entering a new email address, the timeline section displays each character of the email address as an individual clickable link. For instance, an email like
[email protected]
appears with each character as its own email button, so clicking ona
prompts an email composition to "a", clickings
prompts an email to "s", and so on. This behavior misinterprets the email address as separate parts rather than a single entity.Screencast.from.2024-10-31.23-06-29.webm
Expected Behaviour
The entire email address should be a single clickable link.
The text was updated successfully, but these errors were encountered: