"Save password" dialog blocks keyboard from appearing

When a VC dissapears that contained a textfiled with:

textField.textContentType = .password

I get the dialog "Would you like to save the password to iCloud keychain". If I send the app to background without dismissing the dialog first, and I get the app to foreground again, the dialog is not there but when I press any textfield inside the app the keyboard wont raise. Seems to be an iOS 13+ issue. Any help?