Text input field with Bitmap font in cocos2d-x 3.1

Is there a way to create a text input field with Bitmap font in cocos2d-x 3.1? I am asking about Bitmap font text input (text field), as far as it is easy to create custom bitmap font using http://kvazars.com/littera/ (with stroke, glow shadow, gradient, …), whereas it is not possible with TTF fonts. But my problem is to create a text input with custom font.

Thanks in advance.