Skip to content
#

phaser-plugin

Here are 42 public repositories matching this topic...

bck2207
bck2207 commented Jul 27, 2017

If I follow the documentation and enter something like the following code

this.pointInput = game.add.inputField(300, 300, {
  type: 'text',
  forceCase: 'upper',
  max: '6',
});

It doesn't force the upper case and it also doesn't limit the length of entered text to 6 charactes as expected. In order to let forceCase work, you need to enter forceCase: 2.

the max property w

Improve this page

Add a description, image, and links to the phaser-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the phaser-plugin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.