Describe the issue and the actual behavior
If formatted input is fully filled and you jump to the start of the string and type something you will get the extra character in your value
Describe the expected behavior
value length shouldn’t change
Provide a CodeSandbox link illustrating the issue
https://codesandbox.io/s/format-demo-forked-urih6q
Provide steps to reproduce this issue
- Enter every character for the pattern
- Add any number at the start of the value in the input
- Your pattern will be exceeded with one character
Please check the browsers where the issue is seen