Posted
on Dec 21, 2011
(permalink)
Hi!
I have a case where users will need to input a number with range 1-100000. No alphanumeric input is allowed. Using MaskedTextBox there two issues that I would like to avoid:
- The placeholder: is it possible to show not placeholders at all? I know that it is not possible to leave it empty. Using PlainText as TextMode doesn't help, since as soon as Box gets focus the mask appears again.
- The clear button: It is possible to have the input box focused after clear was clicked?
- Backspace and delete: Is it possible to have both keys behave like in a normal textbox?
Thank you very much for your assistance!
Greetings