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]: Setting the ToolbarButtonClassPrefix on the Markdown has no effect #5879

Closed
linkdotnet opened this issue Dec 4, 2024 · 1 comment
Closed
Labels
Type: Bug 🐞 Something isn't working

Comments

@linkdotnet
Copy link

Blazorise Version

1.7.0

What Blazorise provider are you running on?

Bootstrap5

Link to minimal reproduction or a simple code snippet

Creating a component like this:

<Markdown ToolbarButtonClassPrefix="test"/>

Has 0 effect on the classes that are applied.
Image

Steps to reproduce & bug description

See the example above

What is expected?

Buttons should have the prefix - for example the table button should have the CSS class: test-table

What is actually happening?

No prefix is applied.

What browsers do you see the problem on?

No response

Any additional comments?

No response

@linkdotnet linkdotnet added the Type: Bug 🐞 Something isn't working label Dec 4, 2024
@stsrki
Copy link
Collaborator

stsrki commented Dec 4, 2024

Duplicate of #5876, as it is the same issue. Closing now.

@stsrki stsrki closed this as completed Dec 4, 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
None yet
Development

No branches or pull requests

2 participants