-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Removed limit in number of characters that can be typed in a form #56588
Removed limit in number of characters that can be typed in a form #56588
Conversation
@paultsimura Please 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.
Overall looks good - just a couple of clarifications.
@paultsimura Ready for another round of review. |
@paultsimura Fixed |
Reviewer Checklist
Screenshots/Videos |
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 ✔️
@mobilify I'm curious if you think any of these is a blocker: |
@shubham1206agra I agree with @paultsimura on both of the points. Can you please update the Group chat flow to use the same form of validation and to add section to the doc? |
@mountiny Both points are addressed now. |
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.
@shubham1206agra appreciate all the useOnyx and lint migrations ❤️ please can you be on a look out for any regressions as this is a lot of files changed and its easy to miss something. Thank you!
{!!rest.inputID && ( | ||
<InputWrapper | ||
ref={inputCallbackRef} | ||
InputComponent={TextInput} | ||
maxLength={CONST.CATEGORY_NAME_LIMIT} | ||
value={currentValue} | ||
onValueChange={(changedValue) => setValue(changedValue.toString())} | ||
// eslint-disable-next-line react/jsx-props-no-spreading | ||
{...rest} | ||
inputID={rest.inputID} | ||
/> | ||
)} | ||
<InputWrapper | ||
ref={inputCallbackRef} | ||
InputComponent={TextInput} | ||
value={currentValue} | ||
onValueChange={(changedValue) => setValue(changedValue.toString())} | ||
// eslint-disable-next-line react/jsx-props-no-spreading | ||
{...rest} | ||
inputID={rest.inputID} | ||
/> |
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.
Lets keep an eye out on this one
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/mountiny in version: 9.1.10-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.1.10-6 🚀
|
Explanation of Change
Fixed Issues
$ #56003
Tests
Precondition: workspace with Company cards enabled. Some card assigned to user.
Offline tests
Same as Tests
QA Steps
Same as Tests
Additional Note: Please test similar issues too.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop