Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BBCodeText background corner radius becomes square on editing #432

Open
charlie-says opened this issue Apr 19, 2024 · 2 comments
Open

BBCodeText background corner radius becomes square on editing #432

charlie-says opened this issue Apr 19, 2024 · 2 comments

Comments

@charlie-says
Copy link

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.

@rexrainbow
Copy link
Owner

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.

@rexrainbow
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants