RadzenAutoComplete init with value not working

Hello i thinks i found a bug for RadzenAutoComplete component.

When u try to initialize an AutoComplete component without using @bind-Value="@var" but only Value="@var" the component render as empty.

I manage to replicate this on the demo too.

Using Value


Using @Bind-Value


Thanks!

Not sure why you want to use simple binding instead two-way binding however in this case you might need to move Data property setting before setting the Value since Data will reset Value.

1 Like