Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years agoSupport textField autofill in Jetpack Compose
There's been a few threads on the kotlin-lang slack group (in the #compose channel specifically) where people ask about implementing autofill for their compose apps. The general concensus is to apply...
1P_Timothy
Community Manager
3 years agoHi @coltonidle, thanks for your question.
To my knowledge, 1Password should fill a username or email field with AutofillType.Username
or AutofillType.EmailAddress
in the node. 1Password has an additional requirement for filling password fields where the input type of the field must also be of a password type. So, if that's not added, 1Password will only fill the username or email and not the password. Is that what you've found or is neither field filling?