Hi, I would like to request that you add the ability to show/hide a hidden password similar to this: https://www.telerik.com/support/kb/aspnet-ajax/textbox/details/showpassword-button-for-radtextbox-with-textmode-password
This feature should be built into the toolkit, and not require custom coding.
Hi
Here is what I am trying to achieve is to make the text fill the mask from the right rather than from the left.
If my mask is #(###)###-#### and my Prompt Char is _, Then this is what I expect to happen
If I enter 11 digit number I expect to show (1)(222)-333-4444. If I enter 10 digit number I expect to show _(222)-333-4444.
The API for the Masked Text Box control has NumericRangeAlign property that should allow this to happen but setting this property value to RIGHT or LEFT has NO visible effect.