Im trying to Build OTP input UI Was thinking to fe...
# compose
s
Im trying to Build OTP input UI Was thinking to fetch OTP automatically, looked into it and saw that compose doesnt have good support for Autofill Any workarounds? P.S: im aware of the Google Support tickets
Dont bother to reply, i have an implementation in place, just need to test
b
Do you have a repo or sample?
s
https://bryanherbst.com/2021/04/13/compose-autofill/ This helped. Essentially used the modifier customized to my requirements instead of the wrapper composable. Still a lot of the functionalities support by views/xml are missing. Probably will be added in the future but nothing as of yet. My requirements weren't much thats why i went with the modifier
Also big thanks to @Bryan Herbst
b
Awesome, thanks ! 🙌
c
that autofill stuff still doesn't work well for 1password unfortunately. but autofill is on the "in focus" section of the public compose roadmap. so hopefully soon.
🎉 1