sanniassin / react-input-mask

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

Typing in the middle of the input overwrite a character when reached max length, not block #313

Open EuclidesRamos opened 1 year ago

EuclidesRamos commented 1 year ago

When you type in the middle of the input box, it will overwrite the next character instead of block insertions the character you typed (when reached max length).

Its possible configure to block on this scenario?