Autocomplete control: how to display non-associated property
Hi!
As you all know, in dropdown control we can choose property for display and property for actual value, so we can display Name but show (and set) ID. And then there's autocomplete control where we can display multiple properties, but we can't display ONLY name while setting ID (like in dropdown).
We'd like to show users a list of names (and only names!) in autocomplete while setting IDs at the same time, like it works in the dropdown control. Is there a way to achieve this with autocomplete?