Autofill always suggesting new password, instead of filling

I have an email address and password field in my app, and I've setup my associated domain. According to console, it's setup and verified properly.


Whenever I go to enter text into the password field, the system always tries to suggest a new password, even on the login form.


I've gone so far as to create an entirely new view controller with a single button with the text "Login" on it, and it still suggests a new password instead of suggesting one of the existing ones.


How can I fix this?


P.S.


Yes, I've tried setting the contentType on these fields to .username and .password, it still always suggests a new password.

Replies

I have exactly the same problem. It doesn't work on any View Controller. But it works on the new project.

Having the same issue. I have found one way that disables it is to remove the 'sign up' button from the view. For some reason this works. But obviously i need to give new users a way to sign up so not really a realistic solution.