Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS TextField with password type. Prevent autofill, copy/paster, etc. #2988

Closed
dima-avdeev-jb opened this issue Apr 5, 2023 · 4 comments
Closed
Assignees
Labels
enhancement New feature or request ios

Comments

@dima-avdeev-jb
Copy link
Contributor

We should research how password uses in TextFields on iOS, and add same logic.
We should prevent autofill for passwords.
Maybe we should block clipboard as well.

@dima-avdeev-jb dima-avdeev-jb added bug Something isn't working submitted labels Apr 5, 2023
@dima-avdeev-jb dima-avdeev-jb self-assigned this Apr 5, 2023
@dima-avdeev-jb dima-avdeev-jb added ios enhancement New feature or request and removed submitted bug Something isn't working labels Apr 5, 2023
@dima-avdeev-jb
Copy link
Contributor Author

Related issue for Desktop: #3062

@dima-avdeev-jb dima-avdeev-jb changed the title iOS TextField password autofill, copy/paster, etc. iOS TextField with password type. Prevent autofill, copy/paster, etc. Jun 19, 2023
@dima-avdeev-jb
Copy link
Contributor Author

dima-avdeev-jb commented Dec 13, 2023

Will be fixed in Compose Multiplatform 1.6.0

@zacharee
Copy link

zacharee commented Mar 18, 2024

This still seems to be an issue on 1.6.1. When keyboardType = KeyboardType.Password, the context options don't show up.

EDIT: It's actually not the type, but the visual transformation. If one is applied, the context menu won't show up.

@okushnikov
Copy link

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ios
Projects
None yet
Development

No branches or pull requests

4 participants