iOS saved password

Hello! I have recently run into an error in my app, but it only presents in the iOS version. The login process works well if I manually type in my password and username, however if I am using a saved password, my password validation message (triggered if (password.touched && !password.valid) is triggered and won’t allow me to log in. If I manually delete, say, the last character of my password and type it in, I can log in no problem. Is there anything I can do so that the input field will recognize saved passwords?