Closed LanceMcCarthy closed 6 years ago
There is a case where if you save the item before the Entry has lost focus, the underlying property is not updated.
Workaround Click or tab, out of the numeric entry before saving.
Also reported in the AddContributionsPage.
Solution: Use PropertyChanged
for UpdateSourceTrigger
for the TwoWay bindings.
For example:
Value="{Binding SelectedContribution.AnnualQuantity, Converter={StaticResource DoubleToIntConverter}, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Report of "Doesn't seem to be updating number of attendees".