I've been putting this off for a while, but I can't seem to find a way to do input validation when typing in text. For example, what if I only want the player to be able to type 10 characters for a name? or only A-Z characters (no numbers, or special character). I was expecting NGUI to have a native solution to this, but can't find it.
What is the proper way to handle this type of validation?