michaeled/FormsPopup

Bindinng in FormsPopup

jpintor14 opened this issue · 0 comments

I am trying build a form in the popup. I'm using MVVM architecture with FreshMVVM library.
But in the modal, the binding property doesn't work:

Entry cantidad = new Entry ();

cantidad.SetBinding(Entry.TextProperty, "Amount", BindingMode.TwoWay);

What I am doing worng?