Hide user input in UI.inputbox?

I’m sending some model data over to our 3rd party application, and am using UI.inputbox for users to input their login credentials to our app.

Since it’s not mentioned in the docs, I’m assuming there is no way to hide the text as it is put into the box? I feel like this is pretty standard functionality for hiding passwords so I thought it would be built in. Am I missing something or do I need to do something else like build a custom html input box?

Thanks!

Not possible with an API inputbox - but it is easily done with a simple HTML dialog…

1 Like