Hi all, I was just curious about the password mode display of the TextInput control in flex. The control displays asterisks instead of the characters themselves when the 'displayAsPassword' is set to true. Quoting the documentation,
displayAsPassword
If true, the field does not display entered text, instead, each text character entered into the control appears as the character "*".
So, is there any way to change this displayed character, unless of course creating a custom component or extending the existing TextInput control?
Thank you very much.