-
-
Notifications
You must be signed in to change notification settings - Fork 368
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
When alternating the tabs using <Tab IsOnlyRenderActiveTab="true">, sometimes i will see that the behavour of ShowAllInvalidResult="false" breaks, and the tooltips appear after calling Validate() on some of the ValidateForm's.
Expected Behavior
Tooltips should not appear after Validate() has been called, because the Validate() behaviour should be consistent with the value of ShowAllInvalidResult.
Interactive render mode
Interactive Server (Interactive server-side rendering (interactive SSR) using Blazor Server)
Steps To Reproduce
-
In the project i have a
<Tab IsOnlyRenderActiveTab="true">and in the first tab i have a child component with manyValidateFormthat have the default behavour ofShowAllInvalidResult="false" -
I also have a couple different kinds of inputs within the
ValidateFormeach binded to a[Required]string. -
Within the
OnAfterRenderI want toValidate()each of the forms so that they validate when the child component initially loads.
Project:
ValidFormsBugTest.zip
Video Demonstration:
2024-09-22.13-26-07.mp4
Exceptions (if any)
No response
.NET Version
.net 8
Anything else?
No response