You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per as Microsoft documentation, I had created two sample projects, one in Blazor Web App and Blazor WebAssembly Standalone application.
[ValidatableType] validation attribute for complex modal validation is working as expected in Blazor Web App 10.0 RC1 but not working in Blazor Web Assembly 10.0 RC1.
is it known issue?
Expected Behavior
In Blazor Web Assembly also complex Modal validation should work.