CCTextFieldTTF

When using CCTextFieldTTF on android, the default input method will fill the full screen. How to solve it?

CCTextFieldTTF is already deprecated. Please use cocos2d::extensions::CCEditBox instead.

Zhe Wang wrote:

CCTextFieldTTF is already deprecated. Please use cocos2d::extensions::CCEditBox instead.

I’ve tried, but still have the same problem.Input characters don’t displayed directly in CCEditbox. It will be displayed in CCEditbox until the input method click finish.Differing only CCEditbox has more modes can be selected.

are there any other options, as well?
I want to use CCTextFieldTTF with Lua since it appears to be quite challenging to use CCEditBox .

On API Reference appears like not deprecated :S