Skip to content

MudComboBox: Open/Close Icon is not being rendered. #609

@MathiasAndersson-TCXN

Description

@MathiasAndersson-TCXN

Hi!
I seem to have a problem that i'm not able to recreate on your sandbox, which is a bit annoying.

The issue is that the arrow icons for opening/closing a combobox do not seem to render at all. Looking at the DOM that "adornment" does not exist either, its as if its failing to create it on render.

This happens with even the most basic MudComboBox, e.g:

<MudComboBox T="string">
    <MudComboBoxItem Value="@("Hello")" T="string">Hello</MudComboBoxItem>
</MudComboBox>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions