You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UpdateSourcetrigger of Binding is extremely useful, please implement it in MAUI as in WPF.
Public API Changes
Adding a new binding attribute - I don't see it would be a breaking change.
Intended Use-Case
The UpdateSourcetrigger of Binding is extremely useful, please implement it in MAUI as in WPF.
I find it especially useful when validation is needed on user entered data (like when a number is being entered) before allowing the data to update the binding source.
And of course it would make migration from WPF or WinUI a bit easier (you can always code around this lack, but it's tedious to do so).
The text was updated successfully, but these errors were encountered:
We've moved this issue to the Future milestone. This means that it is not going to be worked on for the coming release. We will reassess the issue following the current release and consider this item at that time.
Thanks, the lack of UpdateSourcetrigger was an annoying absence in Xamarin Forms which made migrating from Windows Phone or WPF a bit more painful. It's certainly possible to code around it but I'd rather not have to!
david-maw
changed the title
Implement UpdateSourcetrigger
[Enhancement] Implement UpdateSourcetrigger
May 2, 2022
Description
The
UpdateSourcetrigger
ofBinding
is extremely useful, please implement it in MAUI as in WPF.Public API Changes
Adding a new binding attribute - I don't see it would be a breaking change.
Intended Use-Case
The
UpdateSourcetrigger
ofBinding
is extremely useful, please implement it in MAUI as in WPF.I find it especially useful when validation is needed on user entered data (like when a number is being entered) before allowing the data to update the binding source.
And of course it would make migration from WPF or WinUI a bit easier (you can always code around this lack, but it's tedious to do so).
The text was updated successfully, but these errors were encountered: