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
Is it possible to use manually created EditContext instead of cascading parameter in validator?
If I switch from <EditForm Model=... to <EditForm EditContext=... where EditContext is declared and instantiated with new EditContext(MyModel) validator behaves funky which is kind of expected since there is no more cascading parameter EditContext.
The text was updated successfully, but these errors were encountered:
Is it possible to use manually created EditContext instead of cascading parameter in validator?
If I switch from <EditForm Model=... to <EditForm EditContext=... where EditContext is declared and instantiated with new EditContext(MyModel) validator behaves funky which is kind of expected since there is no more cascading parameter EditContext.
The text was updated successfully, but these errors were encountered: