Cc.TextFieldTTF missing setDelegate in JSB

Hi everyone,

i’m using cocos2d-js 3.0 (final) for a project targeting web and iOS. So far i’ve used cc.TextFieldTTF for text input and it worked pretty good. But on iOS i get the following error:
cocos2d: JS: “pathtojs”:TypeError: this._field.setDelegate is not a function

Since i can’t find the setDelegate binding i guess it’s either missing or i’m not supposed to use it? Does anyone have a workaround or some tipps to get this working?

Oh and since this is my first post here, hi everyone!

Thanks guys,
best regards