react-multi-email
react-multi-email copied to clipboard
:octocat: A simple react component to format multiple email as the user types.
Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.3 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.17 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...
Pressing the tab key seems to trigger the default behavior. The switch that is preventing defaults for Entered could be extended to account for this change. This change should fix...
The text input should have an ID for accessibility reasons. This PR adds a `inputId` prop. I had to update some of the dependencies to get the project building on...
When adding multiple emails it is way much easier to navigate when input gets auto focused
In current release it is not possible to navigate to next field by pressing tab key. It used to work correctly in 0.5.0 ( DEMO: https://codesandbox.io/s/react-multi-email-forked-4bzz0?file=/src/index.tsx ). This pull requests...
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 (see gmail screenshot...
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
There seems to be a bug when text input is long enough, it overflows to the left regardless of the parent's div
I was trying to make the input focus when a modal including react-multi-email renders but there seems to be no focus related attribute. Or if there is such an attribute...