How to change the keyboard type to numeric for Editbox in cocos2d-js?

Hi,
I am developing game using cocos2d -js framework,in that i am adding editbox for entering age parameters.After touching editbox default character keyboard will open,i need to change this to numeric keyboard.Is there any way to implement this.
Thanks in Advance

hi @manjureddy48

This might help you.

_editBox->setInputMode(Editbox::InputMode::Numeric)

Hope that helps.
Happy Coding :smile:

I already added this property for editbox,but it is not working for mobile browsers.Any proper solution would still be appreciated, thanks.