Forum Discussion
Former Member
4 years ago1Password Autofill service with Jetpack Compose
Hi!
I'm an Android engineer working on a team with a Jetpack Compose app in production. Compose provides some https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/u...
Former Member
4 years agoHi!
I'm getting a similar issue where 1Password is not working in compose views. I noticed that the the patch was never merged, and after inspecting the ViewStructure I noticed that the inputType is still not being set by compose's Autofill.
I'm wondering what you did to get past this issue?
Did you at some point drop the requirement of the input type of the having to be password type?
Thanks!