Status Update
Comments
am...@gmail.com <am...@gmail.com> #3
Thanks for the report!
am...@gmail.com <am...@gmail.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.
ap...@google.com <ap...@google.com> #5
ma...@google.com <ma...@google.com> #6
In my case, I have multiple font sizes in the same Text
(using SpanStyle
in AnnotatedString
). There are legitimate reasons for this. For example, when combining Chinese and English (phonetic) together (for language-learning purposes).
na...@google.com <na...@google.com> #7
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3:material3:1.3.0-alpha05
androidx.compose.material3:material3-android:1.3.0-alpha05
androidx.compose.material3:material3-desktop:1.3.0-alpha05
Description
Jetpack Compose Material 3 version: 1.1.0-beta02
Jetpack Compose component used: androidx.compose.material3.SearchBar
Android Studio Build: #AI-222.4459.24.2221.9862592
Kotlin version: 1.8.20
Currently the query parameter of SearchBar component is only String, there is no TextFieldValue variant which would allow us to control the selection, etc.