Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] FluentValidation never removed on FluentValidationValidator unloaded #155

Open
alexx-grand opened this issue Jul 29, 2022 · 2 comments
Labels
Bug Something isn't working Triage Issue needs to be triaged

Comments

@alexx-grand
Copy link

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

@alexx-grand alexx-grand added Bug Something isn't working Triage Issue needs to be triaged labels Jul 29, 2022
@alexx-grand
Copy link
Author

Here is my PR #154

@alexx-grand
Copy link
Author

PR #163

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant