azerion / phaser-input

Adds input boxes to Phaser like CanvasInput, but also works for WebGL and Mobile, made for Phaser only.
MIT License
201 stars 64 forks source link

Disable input #78

Open Kababaer opened 5 years ago

Kababaer commented 5 years ago

How I can control whether the user can write or can't? Let's say I want to have an order input fields to be filled, so I activate writing into one field if the previous field has a valid value.