Status Update
Comments
so...@google.com <so...@google.com> #2
so...@google.com <so...@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.
si...@google.com <si...@google.com> #5
ap...@google.com <ap...@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).
so...@google.com <so...@google.com> #7
aosp/1534463 submitted.
Keeping this bug open to follow-up on scrolling behaviour in read-only text fields.
al...@gmail.com <al...@gmail.com> #8
Amazing thank you for fixing!
so...@google.com <so...@google.com> #9
Marking this as fixed, there is internal bug to track the read-only scrolling behaviour.
Description
Jetpack Compose release version: 1.0.0-alpha05
OutlinedTextField
and other text fields should have API to mark them as read-only/noneditable/disabled.Noneditable field should follow material design guidlines [1] and shouldn't show keyboard when focused.
[1]https://material.io/components/text-fields#input-types