Formatter allows 't' to be typed in for certain patterns #66
I ran into the same issue. This is because I went ahead and simply disabled it in my fork to ensure that was the cause (it was). I am working on providing a better solution that will not break previous functionality required by the |
@kyledetella: is your current solution still to just comment out the mapping for |
#70 is mine. I've looked into rules about key and ascii codes and this looks like the exact solution. I already use it in my app and it works fine. Although I'm not sure if this library actually needs some processing of F5. |
Just forked this repository and merged some of pull requests which also fixes this issue: |
Formatter allows 't' to be typed in credit card demo, but not in phone number demo.
Discovered in Chrome on OS X.