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

[Enhancement] Implement UpdateSourcetrigger #5596

Open
david-maw opened this issue Mar 26, 2022 · 4 comments
Open

[Enhancement] Implement UpdateSourcetrigger #5596

david-maw opened this issue Mar 26, 2022 · 4 comments
Labels
area-xaml XAML, CSS, Triggers, Behaviors proposal/open
Milestone

Comments

@david-maw
Copy link

Description

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).

@jfversluis jfversluis added this to the Future milestone Mar 30, 2022
@ghost
Copy link

ghost commented Mar 30, 2022

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.

@jfversluis jfversluis added the area-xaml XAML, CSS, Triggers, Behaviors label Mar 30, 2022
@david-maw
Copy link
Author

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 david-maw changed the title Implement UpdateSourcetrigger [Enhancement] Implement UpdateSourcetrigger May 2, 2022
@jupagose
Copy link

jupagose commented Apr 18, 2023

What happened with this ? Still not present on year later.

@WithoutAnAce
Copy link

Any news on this? If not, what is the proper way to prevent binding failures due to incomplete input into an Entry field?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-xaml XAML, CSS, Triggers, Behaviors proposal/open
Projects
None yet
Development

No branches or pull requests

4 participants