forked from organicmaps/organicmaps-tmp
[ios] Fixed keyboard type for operator.
This commit is contained in:
parent
4b67544d3b
commit
86223710eb
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ void registerCellsForTableView(vector<MWMPlacePageCellType> const & cells, UITab
|
|||
icon:[UIImage imageNamed:@"ic_operator"]
|
||||
text:@(m_mapObject.GetOperator().c_str())
|
||||
placeholder:L(@"editor_operator")
|
||||
keyboardType:UIKeyboardTypeEmailAddress
|
||||
keyboardType:UIKeyboardTypeDefault
|
||||
capitalization:UITextAutocapitalizationTypeSentences];
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue