Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

minmax length password

<label for="password">Password:</label>
<input id="password" type="password" pattern=".{5,10}" required title="5 to 10 characters">
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #minmax #length #password
ADD COMMENT
Topic
Name
5+7 =