-
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
[HOLD for payment 2022-03-22] Android - Multiline TextInput height increases on app - reported by @thesahindia #7738
Comments
Triggered auto assignment to @flaviadefaria ( |
ProposalIt's expected behavior for android This diff will fix the issue above. <TextInput
multiline
numberOfLines={6}
textAlignVertical="top"
value={this.state.reasonForLeaving}
onChangeText={reasonForLeaving => this.setState({reasonForLeaving})}
label={this.props.translate('closeAccountPage.enterMessageHere')}
containerStyles={[styles.mt5, styles.closeAccountMessageInput]}
+ inputStyle={[{
+ height: 140, // (lineHeight * numberOfLines) + labelHeight
+ }]}
/> (of course, I will not use inline styling, it's just a demonstration) There's a lot of ResultScreen.Recording.2022-02-14.at.1.36.33.PM.mov |
ProposalI reported this issue so proposing a solution -
|
Triggered auto assignment to @nkuoch ( |
cc @AndrewGable do we want to fix it? |
Seems like we should make it match all the other platforms 👍 |
Triggered auto assignment to @MitchExpensify ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @rushatgabhane ( |
hello team, I have fixed this and I am ready to submit a pull request for review! |
Hi @JalalMitali, I'd recommend you to take a look at https://github.com/Expensify/App/blob/main/CONTRIBUTING.md#propose-a-solution-for-the-job Feel free to submit a proposal, and ask any questions. Thanks! |
dear @rushatgabhane I just applied for the job on upwork and I am ready to submit a pull request when needed I am done with the code already I have no problem with that :) |
@JalalMitali again, this document explains the whole process. https://github.com/Expensify/App/blob/main/CONTRIBUTING.md#propose-a-solution-for-the-job |
@rushatgabhane, thank you so much I will pause here dear and sorry for any inconvenience, this is only because it s my first time contributing to your project :) |
Oh no, that's no problem. I really appreciate you asking questions. I'd recommend that you join Expensify's opensource slack channel. Details here. Cheers! |
@rushatgabhane thank you I did ask to join also I updated my proposal to show some screenshots :) |
Proposal from Upwork Hi, |
🎀️👀️🎀️ C+ reviewed
@deetergp I like @thesahindia's proposal. |
I agree with @rushatgabhane, we should go with @thesahindia's solution. 👍 |
Great! I've invited both @thesahindia and @rushatgabhane to the UpWork Job, please both make a proposal and I'll hire you! Thanks |
Hired @thesahindia & @rushatgabhane, thanks! |
The PR for this has been merged 🎉 |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.1.42-6 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2022-03-22. 🎊 |
@deetergp, @rushatgabhane, @MitchExpensify Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Payments made, contracts ended, closing! |
@MitchExpensify, reporting bonus is pending on this. (it was fixed and reported by me) |
Paid @thesahindia! Thanks for the catch |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
TextInput should not expand like on other platforms
Actual Result:
TextInput expands as user start typing
Workaround:
unknown
Platform:
Where is this issue occurring?
Version Number: 1.1.38-0
Reproducible in staging?: Y
Reproducible in production?: Y
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Screen.Recording.2022-02-03.at.2.08.30.AM.mov
Expensify/Expensify Issue URL:
Issue reported by: @thesahindia
Slack conversation: https://expensify.slack.com/archives/C01GTK53T8Q/p1643834819947769
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: