Fixed
Status Update
Comments
si...@google.com <si...@google.com> #3
Thanks for the report!
si...@google.com <si...@google.com> #4
The release notes documentation has been edited to clarify this change in behavior for line height.
To support non-standard text sizes, we encourage users to follow the Material design system and use a different style = LocalTextStyle.current.copy(lineHeight = TextUnit.Unspecified)
, or create a custom Typography
entirely.
Description
There's no reason why a filled (or Outlined) text field should have a different scrolling behavior than the base when dealing with multiline values.
The workaround for using this in BaseTextField is complicated
aosp/1322700 should be applied to BaseTextField