Post

Replies

Boosts

Views

Activity

Autofilling new password with confirmation
I've added 3 UITextFields to create a new account by entering a username in eMail address format, a new password and a password confirmation. As suggested in https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_a_text_input_viewi have configured the username field like thisuserTextField.textContentType = .username userTextField.keyboardType = .emailAddressand the new password fields like thisnewPasswordTextField.textContentType = .newPassword confirmPasswordTextField.textContentType = .newPasswordNow, when the users enters an eMail address as username the newPasswordTextField is pre-filled with a suggestion for a strong password (as expected), but the confirmPasswordTextField isn't filled with the same suggested password.When the user directly taps into the newPasswordTextField without entering a username before both newPasswordTextField and confirmPasswordTextField are pre-filled with the same suggested password (also as suggested).How can i combine this both situations that after the user enters a username both password fields will be pre-filled with the same password?
Topic: UI Frameworks SubTopic: UIKit Tags:
2
0
4.7k
Aug ’18