Faux "password entry prompt"
Hey everyone. Happy Friday!
I'm working on a new function to give managers the ability to bypass a particular safeguard in extenuating circumstances. In the middle of the script execution, if a particular error happens, a scriptUI dialog opens up and asks how to proceed. The user can select "override" which will bring up a prompt box in which a manager can input a password to override. Problem is, the user will be able to clearly see what the manager is typing..
Is there a way to obscure (or simply not show) the text that's being typed in a particular prompt box the same way a password field typically works?
Thanks in advance. 😃

