RonenNess / GeonBit.UI

UI system for MonoGame projects.
MIT License
466 stars 63 forks source link

TextInput as PasswordInput #53

Closed ghost closed 6 years ago

ghost commented 6 years ago

I want to create a TextInput as a PasswordInput so when i write a password into this box the characters returns the sign ***** back instead showing the password. Sadly i cannot find anything in the documentation. Is there a workaround for that?

RonenNess commented 6 years ago

There's currently no built-in option for that, but it sounds like a legit request, so I added it. If you can't wait for the next NuGet version you can try to apply the patch yourself (https://github.com/RonenNess/GeonBit.UI/commit/ea43274d8f452e0e461a37620f1515574f96b6d9#diff-94c848706442535bb0751b56ff6a7b0e) or build the latest version from master (should be stable).

I think I'll release a mini-version pretty soon though.

Cheers!