Closed
Description
Hi! Thanks for your work! I think I found a bug on RJTextBox.cs
Steps to reproduce the issue:
- Put a RJTextbox on a form (rjtextbox1)
- Set PasswordChar property to True
- Set PlaceholderText to any string (like 'insert your password here')
- In your form constructor or in your form_Load event method, set a value to rjtextbox1, like rjtextbox.Texts = "My debug password".
- Compile and execute the app
- The textbox appears with the text "My debug password" totally readable (no char password). Be careful to set another control and set the focus to it before running the app, because if the rjtextbox1 has the focus just after runnig the app, it won't show any text.
Metadata
Metadata
Assignees
Labels
No labels