-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Replace PasswordTextField.kt by SecureTextField #1190
Comments
It was added on Material 3 1.4.0-alpha01, latest stable is 1.3.1. 1.4.0 is still on alpha: 1.4.0-alpha05 |
Ah ok cool, but then I'd say we wait a bit until 1.4.0 is rc or released. Did you notice whether it turns off autocorrect? |
I haven't tested it, but if that's really the issue, what actually disconnects autocorrect is the We can have a PR now that disables this parameter, and then wait for 1.4.0 for migrating into |
The strange thing is that I thought it should be
I think it will only disable the possibility to copy passwords out from the field, but not to paste them into the field. And it's probably not that important that we can't wait for 1.4.0. |
According to the docs:
So it looks like it depends on the keyboard used.
Makes sense
Then let's wait :) |
Seems that there's a Compose password input field in the meanwhile.
We should replace our PasswordTextField composable by the SecureTextField and then it hopefully behaves as expected.
Discussed in #1189
Autocorrection in password field
Originally posted by Marcs1987 December 22, 2024
It seems that spelling correction is activated in the password field in the Add WebDAV mount page. A bad idea I think
The text was updated successfully, but these errors were encountered: