I have a passwordField who i set the isSecureTextEntry
to true, for hidden the characters. But when I click to this passwordField
this show me this
in my case: I have 4 fields (username-email-pass-confirm pass) and when the user tap on password or confirm password fields the keyboard return that error and show a strong password suggestion and don't let to change the password field text.
solution: I changed all fields Content type to (One Time Code) and just set (Secure Text Entry = true) in the password and confirm password fields.