enisn / UraniumUI

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

Fixed missing notification #651

Closed MAICO-Diagnostics closed 3 weeks ago

MAICO-Diagnostics commented 1 month 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 1 month ago

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