You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't able to reproduce the issue on mWeb with safari, but I was able to reproduce it with core react native TextInput. Simply adding secureTextEntry prop causes this behaviour to occur. I have also downloaded a few apps and from the store and noticed that a lot of apps - instagram, facebook, spotify, tiktok, snapchat, pokemon go - all have this issue. The list includes both react apps and native apps, so it doesn't seem like a react native only issue. The only apps that didn't have this issue are Upwork and Waze. Not sure how upwork solved this issue, but Waze has a workaround that makes it so the input field never looses focus, which is probably not applicable to our app since we have that password toggle button.
So my question is if you would be looking for some workaround in javascript or just scrap the issue?
Thanks for the input, @dklymenk! Looks like this is the default behaviour on iOS when the property secureTextEntry is set. facebook/react-native#9148
I'm inclined toward scrapping this issue as it seems like it has a limited user impact and trying to find a workaround might be more effort than it's worth. Getting a second opinion here!
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Issue was found when executing #6905
Action Performed:
Expected Result:
Already typed characters should appear and able to add a number
Actual Result:
The field is cleared
Workaround:
Unknown
Platform:
Where is this issue occurring?
iOS
Mobile Web Safari
Version Number:
1.1.25 -0
Reproducible in staging?: Yes
Reproducible in production?: Yes
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos:
20220104.165218-1.mp4
Expensify/Expensify Issue URL:
Issue reported by: Applause
Slack conversation:
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: