Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

password setCustomValidity html5

<input type="text" id="username" required placeholder="Enter Name"
    oninvalid="this.setCustomValidity('Enter User Name Here')"
    oninput="this.setCustomValidity('')"  />
Source by www.it-swarm.dev #
 
PREVIOUS NEXT
Tagged: #password #setCustomValidity
ADD COMMENT
Topic
Name
5+2 =