How to get text input while replacing characters with * or dots as in a password field?

Basically how to get a user’s password without showing it on the screen.
Text entry doesn’t seem to exist anymore and it allowed this feature.
With text input the text shown is the text captured.
I tried putting the font to 0, white color and superposing a text box with “****” but the result is really bad.

You need to change the input type to “Password” in Properties

2 Likes

oh thank you so much!
The hours lost trying to find gdevelop instructions…