UISearchBar with keyboardType not working with Thai
UISearchBar with keyboardType not working with Thai
- Subject: UISearchBar with keyboardType not working with Thai
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Sun, 04 Mar 2012 13:50:23 +0700
I have a UISearchBar where in most (not all) cases I want to input numbers.
So I have:
- (void)viewDidLoad
{
[super viewDidLoad];
// ...
self.mySearchBar.keyboardType = UIKeyboardTypeNumbersAndPunctuation;
}
This works with English, German, Chinese keyboards: when I click in the search bar, the keyboard comes up in number style.
But not with a Thai keyboard: the keyboard appears in letter style, and I have to tap the "123" button each time.
Bug (mine or Appel's ?) or feature?
Any suggestion for a workaround?
Kind regards,
Gerriet.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden