Using the latest Dialogs library, 4.01.
Using it with PasswordMode = True.
The first input character shows for a short while (and that is what I expect), but subsequent characters
don't show at all. Is this by design or is this a bug?
I had a look at that, but couldn't see the option to have hidden input, eg for a password.
Also, I prefer a solution without controls, just because I feel I am getting too many panels and
I don't need a sophisticated control.
I understand there will be controls somewhere, but with for example the dialogs library I only have code to deal with, no controls added to my layouts.
I suppose with a separate layout file, just for the new control this won't be a problem and will look into that.