Help with Automatic Strong Password Feature

Hello,

We are working on making some updates to our registration service and are running into some issues with the Automatic Strong Password feature. Whenever we set our password field to be secure, the Automatic Strong Password feature recommends a strong password but blocks our users from entering their own. Sometimes it works correctly and allows our users to not use the recommended password but the functionality is inconsistent.

Is there a simple way to disable this feature but while still keeping our password field secure? If not, are there any tips for how to ensure that users can easily dismiss the feature?

Any help you can provide would be greatly appreciated as this is a major release for our app.

Thanks!
Philip
I was able to mostly disable the feature by only setting isSecureTextEntry in the text field delegate's textField(_:, shouldChangeCharactersInRange:, replacementString:). Sometimes it would still try to offer an automatic password.

Please log a bug? There are a lot of parts of password autofill that feel incomplete.
Help with Automatic Strong Password Feature
 
 
Q