enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
1.19k stars 142 forks source link

Fixed missing notification #651

Closed MAICO-Diagnostics closed 7 months ago

MAICO-Diagnostics commented 7 months ago

Fixed problems when resetting the InputKit FormView. It seems that only a notification of IsValid property is missing. I looked at InputKit.Shared.Controls.AdvancedEntry.CheckAndDisplayValidations() and copied the missing code from there.

MAICO-Diagnostics commented 7 months ago

I have created an corresponding issue: https://github.com/enisn/UraniumUI/issues/652