Is there some news on the Compose Autofill API? I've seen
this comment by Ralson Da Silva from 2 years ago (Jan 2021) but it looks like the API hasn't been released yet, and I can't find a tracking issue about it.
The
official example is not great and I've tried that and the
variation proposed by Bryan Herbst. But they all seems to work a bit unreliably (sometimes I don't get the option to autocomplete, for example in a FirstName / LastName form field).
Furthermore once I log-in I would expect the user to be asked if they wanna save the credentials (or update them) but this doesn't happen. (I believe this is called
Password Smart-Lock nevermind no I don't know how this is called).
How do you handle autofill with Compose (on Android)?