Found the problem.

In EntryElement.cs (which I just updated), line 1344 was...

UITextAutocapitalizationType autocapitalizationType =
UITextAutocapitalizationType.AllCharacters;

Changed that to ...

UITextAutocapitalizationType autocapitalizationType =
UITextAutocapitalizationType.Sentences;

:)

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/MT-Dialog-only-writes-capital-letters-tp4559157p4559165.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