Autocomplete does not trigger value change on object

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


image

1 Like

Hi Lavrans,

Interesting bug. I’ll register a ticket on this.

// Erik

1 Like

Try adding update on keypress and auto focus on all fields you want to get updated :wink:

1 Like

This fixed it, thanks! Only needed the update on keypress