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

BigTextBox placeholder #104

Open
danijerez opened this issue Jun 8, 2023 · 1 comment
Open

BigTextBox placeholder #104

danijerez opened this issue Jun 8, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@danijerez
Copy link

Is your feature request related to a problem? Please describe.
It would be possible to add to the BigTextBox a field for a placeholder or hint. I'm trying to do it by controlling the Enter and the Leave but managing the language change is complicated, something like the native Windows Forms TextBox. Thank you.

Describe the solution you'd like
textUsername = new ReaLTaiizor.Controls.BigTextBox();
textUsername.PlaceHolder = "User"

Describe alternatives you've considered
textUsername = new ReaLTaiizor.Controls.BigTextBox();
textUsername.Hint = "User"

@danijerez danijerez added the enhancement New feature or request label Jun 8, 2023
@github-actions
Copy link

github-actions bot commented Jun 8, 2023

We grateful you making your first issue notification. You can be sure that a return will be made as soon as possible.

@Taiizor Taiizor added the good first issue Good for newcomers label Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants