Fixed
Status Update
Comments
so...@google.com <so...@google.com>
ra...@google.com <ra...@google.com> #2
Information redacted by Android Beta Feedback.
ch...@gmail.com <ch...@gmail.com> #3
redacted
ap...@google.com <ap...@google.com> #4
We’ve shared this with our product and engineering teams and will continue to provide updates as more information becomes available.
ma...@google.com <ma...@google.com> #5
Hey can I get an update on this issue?
ap...@google.com <ap...@google.com> #6
Thank you for reporting this issue. We have a fix rolling out in an upcoming release.
ra...@google.com <ra...@google.com>
da...@well.co <da...@well.co> #7
Megan can we use the deprecated autofill APIs on beta01/02. So we can update to the latest version but will use deprecated until beta03?
ma...@google.com <ma...@google.com> #8
Hi David! Beta03 is now out, no need to use deprecated APIs
Description
Jetpack Compose version: 1.8.0-beta01
Jetpack Compose component used: androidx.compose.ui:ui-tooling
Android Studio Build: #AI-242.23339.11.2421.12700392
Kotlin version: 2.0.20
When you try to use the new autofill semantics functionality on a textfield with a
visualTransformation
the password manager will store asterisks as the password instead of the actual value, e.g********
instead ofpassword
, rendering the feature useless. If I remove the visual transformation everything works as intended.Steps to Reproduce or Code Sample to Reproduce: