Hi,
In release 18.3.35 a breaking change was introduced in AutoComplete component where it now binds directly to model (nothing wrong in that..).
The issue we're experiencing is the component now crashes since our entities we're binding to it contain circular references (we're using Entity Framework requiring those for relationships..)
I've tried using Microsoft.AspNetCore.Mvc.NewtonsoftJson to make it ignore self-referencing loops (https://dotnetcoretutorials.com/2020/03/15/fixing-json-self-referencing-loop-exceptions/). It did not work.
Is there a solution for this?