Kokii
Apr 02, 2018 - 14:58
Hi, I am beginner, I need help about UI text field... The question is: How can I define text field to become password field(when I enter password, I acces...)
Hi, I am beginner, I need help about UI text field... The question is: How can I define text field to become password field(when I enter password, I acces...)
my_text_field.secure = True should do the trick (no idea why this is missing from the docs). If you're using the UI editor, you can enable the "Password Field" switch instead.