Hi,
When defining the selected value from code with a dynamically populated list (autocomplete that feeds itself as you type), defining the bound value from code does not update the rendering, regardless of calling StateAsChanged, Rebind or Refresh.
The value is properly set but the text-field is not updated from the defined TextField property, and i know for sure that the matching item is inside the Data list.
Is this a known limitation ? is there working example of such setup ?