azerion / phaser-input

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

only update after key release #43

Closed derpierre65 closed 7 years ago

derpierre65 commented 7 years ago

If i want to enter a text and i want to delete it, it works. But its not showing correctly. Also if i press the key to remove the text or to move the cursor to the left or to the right, then it only gets updated after i released the key.

Examples: https://i.gyazo.com/243933420200a18fcbb2ae07e9314a5c.mp4 (phaser-input) https://i.gyazo.com/dcd4ec9e41da57e96467a910a071f7c1.mp4 (html input)

(Version 2.0.3)

I hope your understand the problem. ^^ Sorry for my bad english :/