-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Reland "More EditableText docs (#66864)" #68043
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
Conversation
This reverts commit a57f45e.
|
|
| // TODO(LongCatIsLooong): The if statement here is for retaining the | ||
| // previous behavior. The input formatter logic will be updated in an | ||
| // upcoming PR. | ||
| if (widget.inputFormatters?.isNotEmpty ?? false) |
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.
This is the only diff from the previous version.
The if statement seems unnecessary and I'll try to remove it in an upcoming PR.
justinmc
left a comment
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 👍
|
Thanks! Looking forward to having this in the 1.22.3 release. #66144 is really the stopper of our project being upgraded to 1.22. May I ask do have a plan of cherry-picking this fix into beta / stable channel? @renyou @justinmc . https://github.com/flutter/flutter/wiki/Flutter-Cherrypick-Process
|
This reverts commit a57f45e. Passed on TGP (the failures seem unrelated).
Description
Revert the whitespaceformatter change. It will be updated in a followup PR (that updates input formatter logic).
Related Issues
Replace this paragraph with a list of issues related to this PR from our issue database. Indicate, which of these issues are resolved or fixed by this PR. There should be at least one issue listed here.
Tests
I added the following tests:
Replace this with a list of the tests that you added as part of this PR. A change in behavior with no test covering it
will likely get reverted accidentally sooner or later. PRs must include tests for all changed/updated/fixed behaviors. See Test Coverage.
Checklist
Before you create this PR, confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Did any tests fail when you ran them? Please read Handling breaking changes.