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

## 201502095 JeongJun Lee Study Progress ## To do List - [x] Markwon Editing - [x] Study Next.js - [ ] React hooks - [ ] Typescript-in-5-minutes - [ ]...

study

[email protected] [email protected] 이런식으로 메모장에 적어 놓고 다시 email 란에 붙여 넣으면 [email protected] 라는 이메일이 2개 나오는 버그를 수정 하였습니다. 확인 부탁드립니다. 마지막에 console.log 안지워서 다시 지웠습니다.

Just curious if it would be possible to update the NPM module so we can get the latest pull requests in there? Would love to be able to remove the...

We used this input in forms, but when we pressed enter to add new email then form is submitted too.

Following code mutates the emails, which leads my state to be corrupted: https://github.com/jsdevkr/react-multi-email/blob/c45542748e750757b5c27a6aec6f2c1aa6680584/src/react-multi-email/ReactMultiEmail.tsx#L109 this code should be correct: ```javascript removeEmail = (index: number) => { this.setState(prevState => ({ emails: prevState.emails.splice(index,...

great library! any chance for a placeholder prop? thanks!

I have a requirement that the react-multi-email field show some existing email addresses, but I am unable to populate the field with initial values. My container loads the component and...

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...

dependencies

### Error Code https://github.com/axisj/react-multi-email/blob/faf323da2f5af47ccb2e8c8b8478978d9180b0dd/react-multi-email/ReactMultiEmail.tsx#L77 ### unexpected behavior

Previously placeholder props worked to display labels outside of input boxes. However, a placeholder is an attribute of the input box that is used to display a message inside the...