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.
<Input id="__input1" width="30%" type="Password"/>
Thanks, Jun
That worked. I thought I had tried that but probably had a capital wrong.
Mel