Defines the maximum number of characters (as UTF-16 code units) the user can enter in an <input> or <Textarea>. This must be an integer value 0 or greater.
Example:
<input type="password" maxlength="4"/>Defines the maximum number of characters (as UTF-16 code units) the user can enter in an <input> or <Textarea>. This must be an integer value 0 or greater.
Example:
<input type="password" maxlength="4"/>