GWT'ers,

I have a textbox that I do not want to prevent the user from typing
into entirely, but I do want to prevent the user from removing
characters; i.e., I want the existing format to remain the same, and
the user only be allowed to update each character in the textbox value
individually.

Do I simply need to override the keyPressHandler and "do nothing" when
the backspace/delete character is detected?

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to