I have an NSSecureTextField field in my MacOS app. I want to disable the password autofill button from coming up (the "Passwords..." button). I've seen posts about doing it in iOS, but haven't seen anything on Mac OS. How can I do this? Thanks
I agree with Alexander, please don't :)
But if you must, it would stop from offering autofill by setting the fields UITextContentType Value property to either .newPassword or .oneTimeCode as described here.
UITextContentType
.newPassword
.oneTimeCode
1.4m articles
1.4m replys
5 comments
57.0k users