I am experiencing an odd issue in IE11. We have a form with a plain textAccount Number text box and 2 password text boxes (PINandPassword).
When I fill out the form and hit submit, I can see in the DEV tools that only theAccount Number and PIN are being submitted. The last text box (Password) is completely blank in the request.
If I change theAccount Number text box to a password type, the form submits correctly. If I change thePasswordtext box to a plain text box, it submits correctly.
This works fine in all other versions of IE.
Do you know of any issues with a form with multiple password type text boxes in IE11?