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
It's quite common in gmail and other mail clients that the emails are displayed with the names and then the email inside chevrons, like this: John Johnson [email protected] (see gmail screenshot below)
It would be great to be able to copy paste this kind of format in the textfield and keep the format when it transforms into a chip:
The text was updated successfully, but these errors were encountered:
How will this component know the user's name? You would need an external service for that.
I would think that you could take the component onChange event and create a lookup array with names. Then just create your own display component in getLabel to match up the email (as the key) to your name lookup.
I was thinking the same. But, where do you get the full names? I guess a DB you build up somewhere?
It's quite common in gmail and other mail clients that the emails are displayed with the names and then the email inside chevrons, like this: John Johnson [email protected] (see gmail screenshot below)
It would be great to be able to copy paste this kind of format in the textfield and keep the format when it transforms into a chip:
The text was updated successfully, but these errors were encountered: