Is there text input in phaser3?

Hi guys,

Since I am making a little online game with phaser, I was wondering if there is any text-input available.
In the examples under “input”, “keyboard” there is the promising example named “text input” - but it doesn’t load anything:

http://labs.phaser.io/index.html?dir=input/keyboard/&q= (last example on the page)

I know I can use DOM Elements to get by, just wanted to know if there is anything build in or planned.

Thansk,
JP

I have a plugin for input (DOM element).
Here is a test example.

  • Upper object is built-in text object
  • Lower object is input object, you can click it to change the content string, each changing will fire event to change the upper text object.

This plugin still has some bugs, for example, I don’t know how to off-focus (blur) when pointer-down canvas.