axisj / react-multi-email

:octocat: A simple react component to format multiple email as the user types.
https://react-multi-email.vercel.app/
MIT License
298 stars 72 forks source link

fix(reactmultiemail): fix copy and paste of multiple emails at a time #147

Closed jhaltercmu2020 closed 1 year ago

jhaltercmu2020 commented 1 year ago

This fixes copy and paste for multiple emails in a row. @thomasJang Looks like after a bit more extensive testing, checking if array.length === 1 is not what we want to do. When trying to copy-paste emails copied from Google this check does not work.

Sorry for my mistake, can you review and see if I am missing anything? Thanks.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-multi-email ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 17, 2023 1:13pm
jhaltercmu2020 commented 1 year ago

@thomasJang Would you be able to ping a few other maintainers to review this?

thomasJang commented 1 year ago

@jhaltercmu2020 I am sorry we were late!