Skip to content

[Bug Report] Using MSelect in MNavigationDrawer may cause UI display confusion #2562

@BigHeadDev

Description

@BigHeadDev

Masa.Blazor version

1.11.1

Hosting model

Blazor Server

Describe the bug

<MNavigationDrawer Fixed Right Value=Visible ValueChanged=VisibleChanged Width="465" Class="pa-6">
    <MSelect HideDetails="@("auto")" Class="mb-6" Outlined Label="@I18n.T("License")" @bind-Value=UserVipEntityContext.License
             Items=@Licenses ItemText="@(l => I18n.T(l.ToString()))" ItemValue="l => l">
    </MSelect>
</MNavigationDrawer>
Image Image

Expected Behavior

No response

Steps To Reproduce

No response

Reproduction code

.NET version

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions