Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report]: MTextField组件Type=Date时,label 显示与年月日重叠 #1438

Closed
netty2019 opened this issue Jul 20, 2023 · 3 comments
Closed
Labels
Milestone

Comments

@netty2019
Copy link

Masa.Blazor version

1.0

Describe the bug

MTextField组件Type=Date时,label 显示与年月日重叠
代码:
<MTextField Label="日期" @bind-Value="QueryDto.BusinessDateFrom" Type="Date"></MTextField>
491242d38f353d0ba454ff94feb94ab

Expected Behavior

No response

Steps To Reproduce

No response

Reproduction code

No response

.NET version

No response

What browsers are you seeing the problem on?

No response

Additional context

No response

@capdiem capdiem added type/bug Something isn't working component/TextField labels Jul 21, 2023
@capdiem capdiem added the priority/high The issue is of high important label Jul 24, 2023
@capdiem capdiem added this to the 1.1.0 milestone Jul 24, 2023
@capdiem
Copy link
Contributor

capdiem commented Aug 15, 2023

@netty2019 无法复现~

<MDialog Width="500">
    <ActivatorContent>
        <button @attributes="@context.Attrs">button</button>
    </ActivatorContent>
    <ChildContent>
        <MTextField @bind-Value="value" Type="date"
                    Label="Label">
        </MTextField>
    </ChildContent>
</MDialog>

@code {
    private string? value;
}

@github-actions
Copy link

This issue is stale because it has been open for 4 days with no activity.

@github-actions
Copy link

This issue is closed because it has been open for 3 days with stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants