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

It will be great if there will be a prop we can use to enable or disable user actions with the library. Thank you

I would like to validate an email's uniqueness asynchronously using an API call. If the `validateEmail` prop accepted promises then this could be done easily. For example: ```JavaScript { this.setState({...

![image](https://user-images.githubusercontent.com/17442782/86313070-dd4e1700-bc41-11ea-9020-9d41b4035626.png)

* `onChangeInput`, `onFocus` and `onBlur` handlers are now exposed as optional props. * dependencies are upgraded

This extends the input field to take the rest of the line space so that it won't cut off on long email ![image](https://user-images.githubusercontent.com/1317139/75946104-fe576300-5f00-11ea-9895-de0fe2406e52.png)

### TO DO LIST - [x] markdown - [x] next.js - [x] react hooks - [x] TypeScript - [x] rebase - [x] fast-forward - [x] merge - [x] debounce -...

study

## 201402413 ImHoJeong Study Progress ## To do List - [x] Markdown Editing - [x] Study Next.js - [x] familarize React hooks - [x] Typescript-in-5-minutes - [x] Git : Rebase,...

study

I added autocomplete function. when you type some email in inputbox, you can see the autocompleted email lists under the inputbox. This can save your time to type those things....

remove inconsistent use of underscore var name, declare email type in validateEmail, change type string[] to Array

# 201502087 Sehyeong Lee Study Progress # To do List - [x] Markdown Editing - [x] Next.js - [x] Typescript-in-5-minutes - [x] Git ## Markdown Editing study site : [Markdown...

study