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
I use Telerik Wizard with dynamic steps and validators. FluentValidationValidator component adds FluentValidation to EditForm.EditContext but never removes it. After navigating between wizard steps validators are duplicated as many times you do navigation. As result ValidationMessage show duplicates. I propose to implement IDisposable for FluentValidationValidator and remove FluentValidation from EditForm.EditContext
The text was updated successfully, but these errors were encountered:
I use Telerik Wizard with dynamic steps and validators. FluentValidationValidator component adds FluentValidation to EditForm.EditContext but never removes it. After navigating between wizard steps validators are duplicated as many times you do navigation. As result ValidationMessage show duplicates. I propose to implement IDisposable for FluentValidationValidator and remove FluentValidation from EditForm.EditContext
The text was updated successfully, but these errors were encountered: