#102213
YavorDashev
Member

Hi xyzzy,
I have created a quick code snippet so that I can showcase you how to have the functionality that you need.

div @ref="divRef" style="height:1000px">
 <MultiComboInput DropDownButtonPosition="DropDownButtonPosition.Right" OnChange="@ChangeEmit" DataSource="@summaries"></MultiComboInput>
</div>
@code {
    private void ChangeEmit (Event EventObj)
    {
        var detail = EventObj["detail"];
        Console.WriteLine(detail);
    }

Let me know if that works for you!
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor Dashev
Smart UI Team
https://www.htmlelements.com/