[Material] Remove text ripple from TextFields#41320
Merged
johnsonmh merged 8 commits intoflutter:masterfrom Sep 28, 2019
Merged
[Material] Remove text ripple from TextFields#41320johnsonmh merged 8 commits intoflutter:masterfrom
johnsonmh merged 8 commits intoflutter:masterfrom
Conversation
Contributor
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. While there are exceptions to this rule, if this patch modifies code it is probably not an exception. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
Contributor
|
I would update the description to say the guidelines no longer require a splash. They did at one point. |
willlarche
approved these changes
Sep 26, 2019
rami-a
approved these changes
Sep 26, 2019
Inconnu08
pushed a commit
to Inconnu08/flutter
that referenced
this pull request
Sep 30, 2019
* remove splash logic * update tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
TextFields should no longer have a ripple effect on tap according to the material.io spec, see https://material.io/components/text-fields/.This PR removes the ripples from
TextFields.Related Issues
Closes #23380
Tests
Updated the tests that check for a splash to now expect that no splashes are ever requested on
TextFields.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
Does your PR require Flutter developers to manually update their apps to accommodate your change?
Although this change is visually breaking, so I filed this breaking change request: https://groups.google.com/forum/#!topic/flutter-announce/WXLGBsh5fFY