I dont see an obvious way to disable the autocorrect and spell checking
feature of a text field using the auto binding feature of the dialog
controller.  For instance I have a User Name field and it auto capitalizes
the first letter which I dont want.  I see you can customize the keyboard
style, but thats about it.

public class Settings
{
   [Entry ("User Name")]
   public string user name;

   [Password ("Password")]
   public string password
}

Thanks,
Ray



--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/DialogViewController-and-UITextField-autocorrect-feature-tp3652177p3652177.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to