Mendix not recognizing autofilled entries

1
I’m having some problems when filling forms using the autofill capability that exists in most browsers. What happens is the form will be filled using the autofill capability but Mendix will not realize it and only recognizes the fields that I specifically interacted with. For example, if I fill First Name, Last Name, and Email using autofill but only click on the First Name field the form will save with only the First Name data. Anyone have any ideas?
asked
3 answers
1

Hi! 

You should have a look at these settings.

It's possible that your browser autofills the field, but the input field is never left. Since ‘When user leaves input field’ is default selected, the value is never saved.

answered
0

Are you sure that you are not saving the fields in the widget event “on-leave”?

answered
0

Hey Daniel,

We are also observing this only since using Mendix v9. We are currently using v9.6.0. Were you able to find a fix for this issue?

answered