0

Is there any possibility to auto capitalize any word that begins after a space in the AutoTextEditField or in EditField?

Example:

Company Is Blackberry

Or I should customize the EditField?

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
Gopinath
  • 23
  • 5
  • Implement a `FieldChangeListener`, register it to your `EditField` with `setChangeListener`. And convert the text of `EditField` on your implementation of `public void fieldChanged(Field field, int context)`. Use `setTex(String text)`, and `getText()` for manipulating `EditField`'s text. – Rupak Jan 20 '13 at 14:44
  • Thank you for the suggestions, i implemented successfully – Gopinath Feb 02 '13 at 05:06

0 Answers0