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

Fixing issue of not being able to move to next field by pressing tab

Open estshy opened this issue 3 years ago • 0 comments

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 reverts invalid behaviour of preventing defaults on tab key press.

estshy avatar Jun 04 '21 07:06 estshy