0

Is it possible to create a button that show/hide the user password during the login in GeneXus SD?

For example, this "eye" button beside the “password” field in this app:

app example

How can I develop this feature? I'm using Gx15 U1.

Andrei Hodecker
  • 136
  • 1
  • 8

1 Answers1

2

There's no way of showing the text of a password control.

You could add two controls, one of them being the &password and another one a regular &text variable (with the same text the password has).

And when taping on that "eye" button you could show the regular &text and hide the &password.

sebagomez
  • 9,501
  • 7
  • 51
  • 89