We have a control that inherits from UltraTextEditor. We are going to change this to inherit from UltraFormattedTextEditor. The problem is that the UltraTextEditor has the PasswordChar property and the UltraFormattedTextEditor does not. Is there a property in the new class that would give us the same functionality?
There is a font called Password Dots that you can use instead.It might not maybe the best solution, but surely it's the easiest one (provided you can install custom font on user's machine).
Thanks
No, UltraFormattedTextEditor currently has no support for password characters.
Hi,
Any alternate is there for UltraFormattedTextEditor PasswordChar?
As mentioned in the linked post, the "input type" tag is not currently supported.