Hi, I'm trying to disable password autofill using textContentType = none
but in iOS 17 it doesn't work when you have isSecureTextEntry = true
I also have a question about how to disable password autofill so that it doesn't fill out the email field. i tried too with textContentType = none
and nothing