react-multi-email
react-multi-email copied to clipboard
Fixing issue of not being able to move to next field by pressing tab
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.