We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
TextField with text cutomization
TextField with text cutomization
Feature #5346 [Closed]
Redmine issue system is closed, we are using github issue system instead.
This issue was moved to https://github.com/cocos2d/cocos2d-x/issues/8442
It is necessary to have a text field that supports all this:
This is very important and I am surprised that it is missing even in cocos2d-x 3.1 version. I belie there are lots of game that input, for example, player name in a fancy designed text field.
It would be nice if this functionality was implemented form
TextBox
rather than forTextField
, asTextBox
is easier to use in terms of getting text input.