-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard for email in close account #13557
Conversation
lint is failing, on the script itself, I see no reason for this to fail otherwise |
@rushatgabhane @dangrous One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Not sure what that linter check is about since it doesn't seem related...
I don't think it is, it started breaking after I fixed the first issue (the "" aded automaticaly for the imports), and now it keeps breaking in the script 🤷🏼 |
can't review because i cannot login. i've sent my ip for whitelisting |
@rushatgabhane I can take care of the checklist and screenshots tomorrow AM if you're still having issues! |
yes please that'd be great |
sorry @rushatgabhane changing the C+ as @aimane-chnaif already has the ip whitelisted |
no worries, im traveling so my ip keeps changing hehe @sketchydroide |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest to add autoCorrect={false}
, similar to login email input
App/src/pages/signin/LoginForm.js
Line 184 in a414d1a
autoCorrect={false} |
It doesn't make sense that email should be auto-corrected.
autocorrect.mp4
I think that is a good suggestion, I like it. |
done @aimane-chnaif |
Reviewer Checklist
Screenshots/VideosMobile Web - Chromemchrome.mp4Mobile Web - Safarimsafari.mp4iOSios.mp4Androidandroid.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉 and tests well
@arosiclair feel free to merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great catch on the autocorrect @aimane-chnaif !
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Performance Comparison Report 📊Significant Changes To DurationThere are no entries Meaningless Changes To DurationShow entries
Show details
|
🚀 Deployed to production by @yuwenmemon in version: 1.2.41-4 🚀
|
Hi, coming from #18836 Apparently, the iOS keyboard doesn't include round brackets for email-type keyboards, and it's blocking the user with an America phone number to complete the input validation. |
At the time of this PR, phone number was not formatted so no brackets. |
Details
The keyboard needs to be of the keyboar type on the close account screen for the contact
Fixed Issues
$ #13489
Tests
@
symbol visible)Offline tests
N/A
QA Steps
Same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android