minLength
The minLength property of the HTMLInputElement interface indicates the minimum number of characters (in UTF-16 code units) required for the value of the element to be valid. It reflects the element's minlength attribute. -1 means there is no minimum length requirement.