Forum Discussion
1Password Autofill service with Jetpack Compose
Hi @tadfisher. Thanks for testing your app with 1Password and sharing your findings with us.
1Password has an additional requirement for filling password fields where the input type of the field must also be of a password type. This appears to be the issue since 1Password does not receive the input type value for both the username and password fields in your app.
I’ve confirmed the same behaviour on my end where I’ve set the keyboardOptions and visualTransformation for the password field. Those attributes are immediately reflective visually and with the IME but do not carry over as an input type to the Autofill service.
Although Autofill support is currently limited and is in the experimental phase with Jetpack Compose, we’re very excited to see that it is in active development and hope to see full support in the near future.
I hope that helps. Let us know if you have any questions!