What's the compose equivalent of Autofill annotati...
# compose
w
What's the compose equivalent of Autofill annotations that trigger a password manager prompt? Googling for this is hell on earth because there's a jetpack library called autofill x_x
👀 1
b
I’m not sure that autofill is quite supported yet- I know there aren’t any semantic properties available that would be an equivalent for
android:autofillHints
the annotations are part of the semantics api
a
Hmm, I thought the official entry point was in semantics 🤔 need to double check. This demo may or may not be recent