react-maskedinput
react-maskedinput copied to clipboard
Mask doesn't fire onChange in Mobile Chrome
onChange perfectly works on desktop browsers, but doesn't handled on mobile Chrome 😢
Is it a numeric mask? We are experiencing same issue on a credit card field. Changing the input type to "tel" seems to work. Obscure fix for sure but apparently this is more an issue with how android handles masked inputs rather than an issue with this library.
@brightidea the type="tel" fix works. But I actually need my users to be able to type letters. Do you know how it can be done ?