Fixed
Status Update
Comments
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 component used:ExposedDropDownMenuBox
Android Studio Build:
Android Studio Electric Eel | 2022.1.1 Patch 2
Build #AI-221.6008.13.2211.9619390, built on February 16, 2023
Runtime version: 11.0.15+0-b2043.56-8887301 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 12.6
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 10
Registry:
external.system.auto.import.disabled=true
ide.text.editor.with.preview.show.floating.toolbar=false
ide.instant.shutdown=false
Non-Bundled Plugins:
wu.seal.tool.jsontokotlin (3.7.4)
some.awesome (1.14)
CMD Support (1.0.5)
Batch Scripts Support (1.0.13)
Kotlin version: 1.8.0
Steps to Reproduce or Code Sample to Reproduce:
1.
2.
under: An example of editable Exposed Dropdown Menu:
3. use that code snippet and change
onValueChange = {
selectedOptionText = it
expanded = true
}
Stack trace (if applicable):