YeGaSoft / DnDCharCtor

Test-Project for a `Blazor Hybrid` and `WebAssembly PWA` App
MIT License
0 stars 0 forks source link

Set `HasValidationErrors` from an `IValidateableViewModel` to false when there are no more Validation-Errors #6

Open YeGaSoft opened 3 days ago

YeGaSoft commented 3 days ago

When Saving it triggers a Validation in ViewModel. When there are Validation-Errors, it will set HasValidationErrors to true, but it will never be set to false even when all Validation-Errors are resolved.