dotnetcore / BootstrapBlazor

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

bug(Checkbox): Checkbox标签显示不正常 #4328

Open j4587698 opened 12 hours ago

j4587698 commented 12 hours ago

Is there an existing issue for this?

Describe the bug

Checkbox在ValidateForm中使用时,ShowAfterLabel不显示。

Expected Behavior

Interactive render mode

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

Steps To Reproduce

https://github.com/j4587698/TableTest 在Index页有一个Checkbox,其ShowAfterLabel为true。 当ShowLabel为false时,AfterLabel也没有显示,当ShowLabel为true时,会同时显示label和afterlable

Exceptions (if any)

No response

.NET Version

.net8

Anything else?

No response

bb-auto[bot] commented 12 hours ago

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