Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
sg...@google.com <sg...@google.com>
na...@google.com <na...@google.com> #3
Thanks for the report!
pr...@google.com <pr...@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
Jetpack Compose version: 2023.10.01 Jetpack Compose component used::material3:1.2.0-beta01
Steps to Reproduce or Code Sample to Reproduce:
When the minimum date in the datepicker is selected 1 year in the future, the view is unable to scroll properly.
Reproduce: 1.Select "from date" to 25.12.2025 2.Click "to date" 3.Application crashed
Code:
Stack trace (if applicable):