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]: AntDesign Alert component seems to render differently with 1.5 #5377

Closed
GeertvanHorrik opened this issue Mar 19, 2024 · 0 comments
Closed
Assignees
Labels
Type: Bug 🐞 Something isn't working
Projects
Milestone

Comments

@GeertvanHorrik
Copy link
Contributor

Blazorise Version

1.5.0

What Blazorise provider are you running on?

AntDesign

Link to minimal reproduction or a simple code snippet

code:

<Alert Color="Color.Danger" Visible>
    <AlertMessage>Not authenticated</AlertMessage>
    <Paragraph>
        You're not signed in.
    </Paragraph>
</Alert>

Steps to reproduce

See code

What is expected?

The paragraph should be beneath the alert message (at least, that's how it used to work).

What is actually happening?

Showing after the alert message:

image

What browsers do you see the problem on?

No response

Any additional comments?

No response

@GeertvanHorrik GeertvanHorrik added the Type: Bug 🐞 Something isn't working label Mar 19, 2024
@stsrki stsrki self-assigned this Mar 19, 2024
@stsrki stsrki added this to the 1.5 support milestone Mar 19, 2024
@stsrki stsrki added this to 🔙 Backlog in Support via automation Mar 19, 2024
@stsrki stsrki closed this as completed Mar 19, 2024
Support automation moved this from 🔙 Backlog to ✔ Done Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Support
  
✔ Done
Development

No branches or pull requests

2 participants