Hello Everyone,
How to convert input text value to ***** in Freedom UI.
Thanks.
Like
1 comments
00:22 Jan 09, 2024
You can try using the password input which will mask the entire text as ****. This control doesn't appear in the toolbox, so to add it, you could add an input, then in the code change "type": "crt.Input" to "type": "crt.PasswordInput". You can see an example of this control in the page SysUserProfilePage (user profile page)
Ryan
Show all comments