:thread: Autofill support on iOS
# compose-ios
f
🧵 Autofill support on iOS
⬆️ 2
Are there any plans to start adding support for autofill with ContentType on iOS?
I'm also noticing that password autofill works, but it does not fill the username/email field (I've tested using both the old and new APIs for autofill)
a
Are there any plans to start adding support for autofill with ContentType on iOS?
Already done. Check it out Compose 1.9
I'm also noticing that password autofill works, but it does not fill the username/email field (I've tested using both the old and new APIs for autofill)
This one a bit more tricky because iOS uses internal heuristic to fill email/password fields, but we're aware about it.
f
Check it out Compose 1.9
Does beta03 already have this? I'm using this one. But if it's in some dev build I can add the repository to test
a
Yes, it should. https://youtrack.jetbrains.com/issue/CMP-7882/Provide-API-to-configure-TextField-IME-natively Check the IosImeOptionsExample in the PR for more info how to use it.