The TextField's Value setter checks value.Length if MaxLength is greater than 0. Setting the value to null causes a null reference exception in this case. This should be allowed, since the getter returns null instead of string.Empty.
Log in to post a comment.