react-multi-email icon indicating copy to clipboard operation
react-multi-email copied to clipboard

:octocat: A simple react component to format multiple email as the user types.

Results 46 react-multi-email issues
Sort by recently updated
recently updated
newest added

### Description The issue arises when utilizing the `validateEmail` prop with a custom validation in `react-multi-email`. The library returns the email only if it passes its internal validation, thereby overwriting...

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together. Updates `postcss` from 8.4.14 to 8.4.31 Release notes Sourced from postcss's releases. 8.4.31 Fixed...

dependencies

this error happens when using it with react 17.0.0 any idea how to solve it ?

Hello, I do not see a reason, why React `^18.2.0` is required, would it be possible to add support for React 17? Also it would be great, if you could...

There is currently no way to clear the input value before the email is transformed into the tile. The value is set while someone writes inside an input before the...

hello, I am new to react and am trying to override the handleOnKeydown function to work better with the rest on my components. I am unable to figure out how...