migueldeicaza / MonoTouch.Dialog

Tools to simplify creating dialogs with the user using MonoTouch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EntryElement not showing value

rolivares opened this issue · comments

The value is not appearing on View but the value exists on property.

If I add this sentence at the very first View, the values are appearing :

var tmp = new EntryElement ("a", "a", "a");

This is a capture extending the EntryElement in order to debug the create textfield ...

Without fix:
captura de pantalla 2013-08-03 a la s 0 01 07

With the fix:
captura de pantalla 2013-08-03 a la s 0 02 47

https://bugzilla.xamarin.com/show_bug.cgi?id=7398

This is working correctly now on X.iOS 7.0.6.168

Tim confirms it works now.