dotnetcore / BootstrapBlazor

A set of enterprise-class UI components based on Bootstrap and Blazor
https://www.blazor.zone
Apache License 2.0
2.46k stars 294 forks source link

DialogService设置ShowCloseButton=false无效 #4386

Closed Wenchel closed 2 weeks ago

Wenchel commented 2 weeks ago

Is there an existing issue for this?

Describe the bug

使用DialogService,设置option的ShowCloseButton属性无效。设置为ShowCloseButton=false时还是显示关闭按钮。

Expected Behavior

置为ShowCloseButton=false时,对话框底部不显示关闭按钮。

Interactive render mode

Interactive Server (Interactive server-side rendering (interactive SSR) using Blazor Server)

Steps To Reproduce

nothing

Exceptions (if any)

nothing

.NET Version

8.0

Anything else?

nothing

bb-auto[bot] commented 2 weeks ago

@Wenchel Thank you for filing this issue. In order for us to investigate this issue, please provide a minimalistic repro project that illustrates the problem.

ArgoZhang commented 2 weeks ago

@Wenchel 未复现