iOS 12 UITextField isSecureTextEntry blocking text input in simulator

Hello, I have been encountering an issue with iOS 12.1 with a password field with isSecureTextEntry = true. I have no passwordRules or contentType set. With a specific quick timing when selecting the UITextField and typing, I can get a non transparent yellow view that mostly covers the UITextField with a "Strong Password" Label towards the right. This blocks input and prevents the user from typing in the field and can't be dismissed.


I am guessing this is a bug with Password Autofill that was introduced in iOS 12.

https://i.imgur.com/Ex9fwC5.png

iOS 12 UITextField isSecureTextEntry blocking text input in simulator
 
 
Q