Register / Login  |  Desktop view  |  Jump to bottom of page

tcMenu Designer UI » What's the best way to implement a "Password" field?

Author: Lee_X
14/09/2022 14:03:31
Hi what's the best way to implement a "Password" field, i.e. something that is entered once and then hidden so that others don't see it on the screen?

I need to use it for SSID password and wanted to make sure I was not reinventing the wheel for this

Thanks a lot!

Author: davetcc
15/09/2022 11:13:51
Take a look at the esp greenhouse example, it makes the Wi-Fi password field masked.

Effectively call: item.setPasswordField(bool) is all that should be needed to mask the value. Usually done during setup.

Author: Lee_X
15/09/2022 11:56:56
thanks a lot Dave




Register / Login  |  Desktop view  |  Jump to top of page