Is there really no way to set the max length on a text field? I know I can use a max length validator but that doesn't prevent the user from entering more characters than is "allowed."
There was a setMaxLength(...) in 2.x on the TextField object. Why was it pulled in favor of a validator?