Browser auto-complete

I have a text input bound to source statementsRecipient.addressee. When the browser suggests to fill a contact and I accept, it fills the street address into the statementsRecipient.addressee text input instead of the statmentsRecipient.street input. Just wonder if way to fix this?

Hello Robert,

If I’m understanding correctly, it seems like your second qodlysource (statementsRecipient.street) is being autofilled into the first text input which is already binded with statementsRecipient.addressee instead of the second one.
Double-check that you’re selecting the appropriate input field in the outline section to ensure the autofill happens in the right place.

Let me know if that matches what you’re seeing, or feel free to provide us with more details to help us better understand the issue.