Make password visible in the Uipath Form Designer

maybe you can resharpen the requirement

  • for permanent display maybe a textfield is a better choice
  • for toggled scenario: give a try on implementing it with a button / clickable element and toggle with a javascript expression the attribute type=“password” to type=“text”