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

Center text inside of the input. #27

Closed kotovskij closed 7 years ago

kotovskij commented 7 years ago

Hi, I have a question is there a way to center the text inside of the input? input { text-align: center; }

I did try textAlign : 'center'; it didn't work.

Thank you.

kotovskij commented 7 years ago

sorry it works but not for the placeholder....