-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Android/IOS app does not focus on date of birth field when 'fix the errors' link is clicked #15473
Android/IOS app does not focus on date of birth field when 'fix the errors' link is clicked #15473
Conversation
…rrors' link is clicked
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
@alex-mechler @Santhosh-Sellavel 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] |
Reviewer Checklist
Screenshots/VideosWeb & DesktopScreen.Recording.2023-02-25.at.12.48.46.AM.movMobile Web - ChromeScreen_Recording_20230225_004724_Chrome.mp4Mobile Web - SafariSimulator.Screen.Recording.-.iPhone.14.-.2023-02-25.at.00.45.57.mp4iOSSimulator.Screen.Recording.-.iPhone.14.-.2023-02-25.at.00.25.24.mp4AndroidScreen_Recording_20230225_002213_New.Expensify.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, Tests well!
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 tested great! Thanks for the quick fix!
Just waiting for job3 to pass, it had errored out so I restarted it |
Job3 didn't time out this time 🎉 Merging |
Congrats, that’s your 5th PR merged! 🎉 Do you know about the ContributorPlus role? It’s an opportunity to earn more in the Expensify Open Source community. Keep up the great work - thanks! |
✋ 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 Duration
Show details
Meaningless Changes To DurationShow entries
Show details
|
@Expensify/mobile-deployers 📣 Please look into this performance regression as it's a deploy blocker. |
I believe this PR fixes the performance issue. |
🚀 Deployed to staging by https://github.com/alex-mechler in version: 1.2.77-0 🚀
|
🚀 Deployed to staging by https://github.com/alex-mechler in version: 1.2.77-0 🚀
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 1.2.77-4 🚀
|
Details
Native apps does not fire focus on field with editable={false} prop.
To make it working we need to use custom ref with showPicker function fired on focus, function will be executed - and default picker will be shown.
Also there are some improvements:
onInputChange
(when date selected) - it will fix issue with shacked calendar (which looks a bit weird).Fixed Issues
$ #15290
$ #15290 (comment)
Tests
Offline tests
This feature doesn't change or is impacted by offline mode.
QA Steps
Same as above.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting 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.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Screen.Recording.2023-02-24.at.15.03.43.mov
Mobile Web - Chrome
Screen.Recording.2023-02-24.at.15.14.59.mov
Mobile Web - Safari
Screen.Recording.2023-02-24.at.15.05.57.mov
Desktop
Screen.Recording.2023-02-24.at.15.28.06.mov
iOS
Screen.Recording.2023-02-24.at.15.00.48.mov
Android
8mb.video-5mZ-12OWYqnp.mp4