DropDown component has inline style to display: block

Hi team,

In the RadzenDropDown component, is this inline style intentional? The rz-multiselect-item class has display: flex, but the li has the inline style of display: block.

Example: Desired behavior (green). Not desired (red) because of display: block.

Screenshot 2022-12-06 125232

Template for the RadzenDropDown:

<Template>
    <div class="d-flex flex-column">
        <span>@((context as Model)?.Title)</span>
        <small>@((context as Model)?.Subtitle)</small>
    </div>
</Template>

Best wishes,
Ben

Hi @benghaner,

Thanks for pointing this! It will be fixed in our next update later this week.

1 Like

That's wonderful. Thank you @enchev for your time!