Describe the bug
When calling set_text_hidden(True) on a non-empty UITextEntryLine component it will not update already entered text to become hidden, instead only newly entered symbols will be hidden.
To Reproduce
Steps to reproduce the behaviour:
Add a new UITextEntryLine component to the UIManager
Create a button which executes set_text_hidden(True)
Enter text in UITextEntryLine
Press button to hide text
Expected behaviour
I expect already typed text to become hidden by displaying the '●' character instead. In reality only newly typed characters will become hidden.
Describe the bug When calling set_text_hidden(True) on a non-empty UITextEntryLine component it will not update already entered text to become hidden, instead only newly entered symbols will be hidden.
To Reproduce Steps to reproduce the behaviour:
Expected behaviour I expect already typed text to become hidden by displaying the '●' character instead. In reality only newly typed characters will become hidden.
Screenshots Example Button code:
Platform and software: