feat(deposit): fix android dob input; improve autofill UX#17001
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
…k-mobile into deposit-android-dob-fix
There was a problem hiding this comment.
Bug: SSN Field Submission Issue
Pressing "Done" on the keyboard for the SSN field (the last form field) no longer submits the form and proceeds to the next screen. This is because the handleOnPressContinue() call was removed from its onSubmitEditing handler. Users must now manually tap the "Continue" button, which is a regression in the expected user experience.
app/components/UI/Ramp/Deposit/Views/BasicInfo/BasicInfo.tsx#L254-L257
metamask-mobile/app/components/UI/Ramp/Deposit/Views/BasicInfo/BasicInfo.tsx
Lines 254 to 257 in fb19722
Was this report helpful? Give feedback by reacting with 👍 or 👎
|
|



Description
screen-20250708-135347.mp4
ScreenRecording_07-08-2025.13-51-58_1.MP4
ScreenRecording_07-08-2025.21-32-41_1.MP4
screen-20250709-064245.mp4
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist