I've created signup form and applied logic for strong password and auto fill options.
i.e. first name, last name, email and strong password.
I have one more field in sign up for named "Referral code" which is optional.
I've given "New Password" content type to 'password' field, and "Unspecified" to 'referral code' field.
but when filling form, I'm getting strong password filled in password and referral code field both.
I don't want to fill password in referral code field.
Here are screenshots for better understanding.
How can I prevent them?
Asked
Active
Viewed 96 times
0

Mrugesh Tank
- 3,495
- 2
- 29
- 59
-
Try reading from here: https://stackoverflow.com/questions/45452170/ios-11-disable-password-autofill-accessory-view-option – Glenn Posadas Jan 16 '19 at 05:08
-
Already tried to set OneTimeCode, setting email and other type will be wrong – Mrugesh Tank Jan 16 '19 at 05:11
-
Are you using any textfield libraries? – Sagar koyani Jan 16 '19 at 05:47
-
no, @Sagarkoyani – Mrugesh Tank Jan 16 '19 at 06:06
-
add your code in question. – Sagar koyani Jan 16 '19 at 06:10
-
I think, I didn't wrote any code for using strong password, if you want I can add Interface Builder's screeenshot. That's why I didn't add tag for swift or objective-c – Mrugesh Tank Jan 16 '19 at 06:25