how do I hide passwords in a TextEdit Node?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By XavierH622

Is there a option to hide the text in a TextEdit Node so that passwords can’t be seen and if so where can i find it / how do i use it?

:bust_in_silhouette: Reply From: jgodfrey

I don’t think TextEdit supports secret text. However, LineEditdoes (which is generally more appropriate for password entry). See its secret and secret_character properties in the docs.

thanks this worked.

XavierH622 | 2023-05-24 16:03