SamsungInternet / support

For general Samsung Internet support. You can use the Issues register here as a way to ask support questions.
MIT License
18 stars 0 forks source link

React - Field input masking not working on SI browser. #42

Closed stephanLeece closed 6 years ago

stephanLeece commented 6 years ago

Hi there. I have a react web app, and i've noticed an issue where input masking on a Field component isn't working.

It's set up so the user is only able to type numbers in the input field, but the user is unable to type any characters at all.

If anyone else has experienced this issue and has a suggestion, please let me know, thanks!

poshaughnessy commented 6 years ago

Hi @stephanLeece, apologies for the slow reply. If it's possible you could share a small test case for this, I'd be happy to take a look and see if we can figure out what's happening. Thanks!

stephanLeece commented 6 years ago

hi @poshaughnessy, i'm sorry for not updating this. the problem was with a masking package for react i was using. It was structured in a way that meant it didn't work on mobile.

Problem solved then. Apologies for not closing the issue sooner.

poshaughnessy commented 6 years ago

Thanks @stephanLeece, glad you got to the bottom of it!