Password nsb.inputbox

Hello,

is is possible to get a nsb.inputbox where the password input is shown as “*****”

regards

Udo

Yes. Set the control’s inputType to password.

Ok, but where can I find the input Type. I mean not a textbox. The nsb.inputbox is a popup box.

I believe George meant the Bootstrap 4 control called input. It has the password attribute.

@GaryGorsline is correct - that’s the right control to use.

The NSB.InputBox() function is a wrapper for JavaScript’s prompt() function - which does not have this capability.