rexrainbow / phaser3-rex-notes

Notes of phaser3 engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BBCodeText background corner radius becomes square on editing

charlie-says opened this issue · comments

Minor issue, I was just implementing an editable textfield, and noticed that when I applied rounded corners to the background, this became square when you were editing the text.

commented

Text-edit will place an InputText object at the same position of text game object. However, I did not add round-corner feature for InputText. Add this feature to TODO.

commented

Support backgroundCornerRadius parameter, please see this demo, line 23.
NPM package will upgrade at end of this month.