Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

change input required text html

<input type="text" id="username" required placeholder="Enter Name"
    oninvalid="this.setCustomValidity('Enter User Name Here')"
    oninput="this.setCustomValidity('')"  />
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #input #required #text #html
ADD COMMENT
Topic
Name
9+8 =