40 views
in GUI Development by

Hi Team,

I am implementing a credential screen with username and password tabs which need to be accessed by user. I added two text editors for username and password. After adopting the changes from Text editor page, both my username and password contents are being masked by default character ('*'). So, how can I distinguish between username and password text editors selected by the user such that username will not be masked.

1 Answer

0 votes
by
 
Best answer
Hello,

add a second Text Editor component to your project. For password use only the Editor component modified to hide the signs. For all other text inputs use the other component.

Best regards

Paul Banach
by

Hi Paul,

I had created another text editor for handling the Username input from user and input not being masked now.

Thank you.

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...