How did i disabled the CCEditBox,but not remove it?

it looks like that the touch event of CCEditBox is not based on cocos2d-x?

i add a menu above it,but the CCEditBox will be active yet.

ps: on ios system.

Yes, CCEditBox uses transparent system control(UITextField) to cover onto cocos2dx control(CCControlButton).
Currently, it doesn’t support for adding cocos2dx controls to CCEditBox on IOS.