Has anyone gotten the newly stable <Compose Autofi...
# compose
t
Has anyone gotten the newly stable Compose Autofill to work in Android? I have implemented it (setting the
contentType
semantics) and I have noticed the following behavior: • Sometimes onFocus -> Autofill works fine • Most of the time onFocus I get the message "Autofill popup isn't shown because autofill is not available." ◦ Longpressing on TextField shows context menu with "Auto-fill" -> Clicking on that results in the Autofill to work again This is quite annoying since the previous way of doing it with an AutofillTree and Nodes worked, but that has been deprecated in favor of this one. Is there maybe a Public API available that mimics that action performed when pressing "Auto-fill" from the Context Menu?
I ended up creating a Bugticket for Google here: https://issuetracker.google.com/issues/427115600