I was wondering if there was a way to do a textbox for a UDInput but have it be secured (ie. just show **** for the values you enter?)
Sample code below, I’d obviously like to have something obfuscated for the password line.
$VMwareCard = New-UDInput -Title "VMWare Info" -Content {
New-UDInputField -type textbox -Name UserName -Placeholder "Username"
New-UDInputField -type textbox -Name Password -Placeholder "Password"
New-UDInputField -type textbox -Name ClusterName -Placeholder "vCenterName"