0

I saw a very strange issue with UITextField control. When typing in UITextField after typing a few characters when typing space characters it puts "." characters at the end of the string.

Can anyone know possible solution for this??

Thanks,
Jim.

Jim
  • 4,639
  • 5
  • 27
  • 31
  • possible duplicate of [iPhone SDK: disable auto creation of dot (.) in text field (or textview)](http://stackoverflow.com/questions/1528049/iphone-sdk-disable-auto-creation-of-dot-in-text-field-or-textview) – willcodejavaforfood Aug 12 '10 at 09:16

1 Answers1

1

Do you mean when you enter 2 spaces? If so this a feature that means you don't need to switch to the numeric keyboard to enter the full stop

Liam
  • 7,762
  • 4
  • 26
  • 27