dotnetcore / BootstrapBlazor

Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
https://www.blazor.zone
Apache License 2.0
2.5k stars 296 forks source link

bug(SelectTable): ValidateForm will validate the fields with search enabled #4577

Open ihonliu opened 2 hours ago

ihonliu commented 2 hours ago

Is there an existing issue for this?

Describe the bug

ValidateForm will validate search field in SelectTable

Expected Behavior

The search fields in SelectTable should not be validated by ValidateForm while submitting.

Interactive render mode

Interactive Auto (Server, then client)

Steps To Reproduce

https://github.com/ihonliu/BugReproduction_SelectTableWithValidateForm

Exceptions (if any)

No response

.NET Version

8.0.400

Anything else?

No response

bb-auto[bot] commented 2 hours ago

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