How to Hide Password Input on Login Page (e.g., show "**" instead of characters)?
12:25 May 09, 2025
Hello Community,
I'm working on a login page and want to make the password field secure by hiding the input characters (so that they appear as "**" or dots).
What is the best way to do this in Freedom UI?
Any help or code examples would be appreciated. Thanks in advance!
Like
1 comments
17:28 May 09, 2025
Open the code for the page and locate the Password field in the viewConfigDiff. Change the line:
"type": "crt.Input"
To the following:
"type": "crt.PasswordInput"
Ryan
Show all comments