• If you create a Text box and set the minimum and maximum length the same (say 8 characters) and let the user types in 9 chars, he gets the message “Your …….. must contain less than 8 chars”. But this is false, because I already typed in 9 chars. It has to be “Your …….. is too long” or something.

  • The topic ‘Text Box minimum == maximum length string bug’ is closed to new replies.