We have a Mac app the allows customers to create a user account in our system.
However, we have found that on the 'create account' screen, the system's password autofill is popping up for the "New Password" field. We don't want this, because they need to enter a new password, not pull one from the Passwords app.
I built a test project with a basic UI and explicitly set the content type to None in the XIB. However, I can see when I put focus on the "New Password" NSSecureTextField, the system shows the passwords autofill popup.
How can I explicitly suppress this on a per text field basis?
(We are developing on macOS 26.3 right now with Xcode 26.3)