Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 89864

How to update model on Entry TextChanged

$
0
0

Hi!

I am using an Entry like this

            <Entry
                x:Name="Name"
                Text="{Binding Name, Mode=TwoWay}"
            />

When I tap my "Save" ToolBarItem, the text on the model is not being updated.

If I tap off the Entry, the model is updated.

I tried with a behavior but couldn't figure it out.

Thanks,
Ant


Viewing all articles
Browse latest Browse all 89864

Trending Articles