cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to use Input control for a password.

former_member260921
Participant
0 Likes
248

Hi,

I am trying to set up an Input control for a password the will mask the password with the standard "*" when the user enters the password.

Neither of these works:

<Input id="__input1" width="30%" type="{sap.m.InputType.Password}"/>

<Input id="__input1" width="30%" type="{/Password}"/>

What do I need to do?

Thanks for any help.

Accepted Solutions (1)

Accepted Solutions (1)

junwu
SAP Champion
SAP Champion
0 Likes

<Input id="__input1" width="30%" type="Password"/>

former_member260921
Participant
0 Likes

Thanks, Jun

That worked. I thought I had tried that but probably had a capital wrong.

Mel

Answers (0)