mirror of https://github.com/axmolengine/axmol.git
Merge pull request #15788 from minggo/editbox-capital-issue
[ci skip]not use capital letters by default
This commit is contained in:
commit
3b4f2c38dd
|
@ -204,6 +204,7 @@
|
|||
|
||||
case cocos2d::ui::EditBox::InputFlag::SENSITIVE:
|
||||
self.textInput.autocorrectionType = UITextAutocorrectionTypeNo;
|
||||
self.textInput.autocapitalizationType = UITextAutocapitalizationTypeNone;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue