Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

I can't set the buttons to a flat appearance when they are on the footer template of a dialog. The "e-flat" class doesn't work there.

I use class "e-flat e-danger" and "e-flat e-success" but Buttons appear filled and gray, so "e-danger" and "e-success" classes aren't applied also.


I CAN CONFIRM THAT THE NUGET CACHE IS CLEARED AND THAT I'M USING VERSION 27.1.51, PLEASE SEE ATTACHED SCREEN CAPTURES...

In my previous bug report you sent a link to an example in the "Blazor Playground". It happens that the Blazor Playground uses the styles from Bootstrap 5 directly, not through your own package adaptation. In your package you introduce a new css rule named ".e-footer-content .e-btn.e-flat:not([DISABLED])

that overwrites the correct styles (Please, see attached image).

PLEASE, TEST IT LOCALLY, NOT IN THE BLAZOR PLAYGROUND.


P.D. This bug report system doesn't allow me to attach a second file, with a screen capture showing that I'm effectively using v.27.1.51 in the running project. It neither allows to paste code, wich is quite annoying.