password field not active in Mendix 9

2
Hi  I am upgrading my app from Mendix 8 to Mendix 9 and the password field is not reading, even though there is text in there. So far it looks like a browser issue but I wanted to see if anyone had this issue, or had a possible solution within Mendix 9.   Right now we are using Mendix 8 and there are no issues. Below is a photo of what is rendering with auto-generated username password in a Chrome Browser. Solutions?   
asked
3 answers
1

Hi Kasja,

 

We ended up talking to support and we solved the problem by switching the onChange behavior in textbox. By switching to “While user is entering data” it was better able to capture the autofill. I hope this helps. 

 

answered
0

Looks like some sort of validation is kicking off. There are so many ways to validate a field these days it's hard to keep track. Check your domain model, pages and nano/microflows that have anything to do with the password field I guess.

answered
0

Same problem here. While debugging, the fields are often empty. We experience these issues with the Chrome browser but also Firefox. Both autocomplete options offered by the browser and the Lastpass extension. We have tried the autocomplete option in the textbox, but that doesn't seem to help. Currently working in Mx 9.10.1. 

 

answered