Binding to Razden components

Thanks for that, I was wondering if you will support a @bind-SelectedItem option which would bring back the entire object and not just the id. DevExpress have something like that in their Blazor combobox.

<DxComboBox Data="@Cities"
AllowUserInput="@true"
NullText="Select City ..."
@bind-SelectedItem="@SelectedItem"
@bind-Text="@Text"
@bind-DropDownVisible="@DropDownVisible">