Hello,
I'm trying to setup ReactiveForms with your components. However, I'm facing some issues and I need your advice.
Prepared mini example to understand things better:
Query: I want form control to always hold ID value and autocomplete always to show TEXT value. However, when I patch value to form control, autocomplete shows value which is the ID (instead of text). When I select value from autocomplete, then autocomplete shows text value but formControl hold also text value (instead of ID)