react-maskedinput icon indicating copy to clipboard operation
react-maskedinput copied to clipboard

Mask doesn't fire onChange in Mobile Chrome

Open drakmail opened this issue 9 years ago • 2 comments

onChange perfectly works on desktop browsers, but doesn't handled on mobile Chrome 😢

drakmail avatar Jan 26 '17 20:01 drakmail

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 avatar Jun 07 '17 04:06 brightidea

@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 ?

pedrosimao avatar Sep 23 '20 14:09 pedrosimao