I’ve two textfields particularly Password and Verify Password. The issue is that if I’ve autofill password performance enabled from Settings App, I can sort password manually through the keyboard within the Password subject but when I then go to the Verify Password subject, it robotically fills within the sturdy autofill password. Therefore, I can not sort a password manually in each the fields.
I’m utilizing RxSwift however hopefully that does not have any impression on this. All I’ve achieved is:
passwordTextField.isSecureEntry = true
passwordTextField.textContentType = .newPassword
confirmPasswordTextField.isSecureEntry = true
confirmPasswordTextField.textContentType = .newPassword
Even tried setting one of many subject’s textContentType to .password and the opposite one to .newPassword, however it would not work. I do need each autofill and handbook typing performance. I can fill in password manually in a single subject however once I faucet the opposite subject, each fields change to sturdy password robotically.