Andrei Hodecker
Andrei Hodecker

Reputation: 136

Show and hide password variable in GeneXus SD

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.

Upvotes: 0

Views: 233

Answers (1)

sebagomez
sebagomez

Reputation: 9619

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.

Upvotes: 2

Related Questions