Forum Archive

UI text field help

Kokii

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...)

omz

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.