enisn / UraniumUI

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

IsEnabled & IsReadOnly two-way binding propergation issues #643

Closed DevFromDownUnder closed 7 months ago

DevFromDownUnder commented 7 months ago

In #639 we updated to two-way bindings.

While testing with a separate project I worked out that the way MAUI propergates the IsEnabled and IsFocused fields has issues with this.

I suggest reverting those two back to one-way bindings.

Should never really be updated the IsEnabled for a TextField with TextField.Entry.IsEnabled anyway, I originally just added them to match.