function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
harshharsh 

How to display value in inputsecret from Apex controller

Hi ,

 

I'm working on a setup page where the user info is present like  username,password....

For all the fields im using InputField and for password i'm using Input secret . All the fields values are displayng but the Value in inputsecret is not displaying.

Can any one Suggest me how to get values in input secret from the controller.

gv007gv007

An HTML input element of type password. Use this component to get user input for a controller method that does not correspond to a field on a Salesforce object, for a value that is masked as the user types

 

 

 

U can dispay values in inpuscrect.If u want duispaly  get the passvalues using get,set method assigh to a merge fields and display it using output text box  tag in the page.

 

Note:input screct means the value is screct:manindifferent: