ssight / native-prompt

Create native prompts with Node.js and Electron
MIT License
24 stars 1 forks source link

Masked textbox? #1

Closed foxt closed 4 years ago

foxt commented 4 years ago

Is it possible to get a masked text box in this library? I only need support for macOS for this feature

ssight commented 4 years ago

That's not currently supported, but if you just want to authenticate the user, you can try using os-auth in the meantime.

I'll be sure to begin work on true masked text boxes though, and I'll update you when it's done.

ssight commented 4 years ago

@theLMGN Version 2.x now supports masked textboxes, and it supports all three OSes.

If there's anything else you'd like to ask, be sure to let me know.