When adding contact info through autocomplete, property does not get filled. This triggers our validation and tells the user that information is missing in the field

When adding contact info through autocomplete, property does not get filled. This triggers our validation and tells the user that information is missing in the field
Hi Lavrans,
Interesting bug. I’ll register a ticket on this.
// Erik
Try adding update on keypress and auto focus on all fields you want to get updated
This fixed it, thanks! Only needed the update on keypress