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

IsEnabled & IsReadOnly two-way binding propergation issues #643

Closed
DevFromDownUnder opened this issue Apr 8, 2024 · 0 comments
Closed

Comments

@DevFromDownUnder
Copy link
Contributor

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.

DevFromDownUnder pushed a commit to DevFromDownUnder/UraniumUI that referenced this issue Apr 8, 2024
enisn added a commit that referenced this issue Apr 8, 2024
#643 Update IsEnabled & IsReadOnly bindings to be one-way
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant