sanniassin / react-input-mask

Input masking component for React. Made with attention to UX.
MIT License
2.22k stars 258 forks source link

Delete key only removes one character #186

Open kirkbrogers opened 5 years ago

kirkbrogers commented 5 years ago

When removing characters on an input mask backspace works as expected but the delete key only deletes one character and the cursor doesn't move / follow as you would expect.