Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
sg...@google.com <sg...@google.com> #2
na...@google.com <na...@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: 2022.11.00,
Jetpack Compose component used: FilterChip
Android Studio Build: 2022.2.1 Canary 9
Kotlin version: 1.7.20
Steps to Reproduce or Code Sample to Reproduce:
"enabled: Boolean = true
controls the enabled state of this chip. When false, this component will not respond to user input, and it will appear visually disabled and disabled to accessibility services."
Stack trace (if applicable):