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.
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.