Hello, i am looking for a smart way to disable the password autofill popup from my securefield. I already tried .textContentType(.password) but the popup still appears.
Thanks
Hello, i am looking for a smart way to disable the password autofill popup from my securefield. I already tried .textContentType(.password) but the popup still appears.
Thanks
I believe the issue is that you are invoking the autofill by labeling the textContentType
as .password
and changing that should remove the popup