Answers for "html required"

3

change input required text html

<input type="text" id="username" required placeholder="Enter Name"
    oninvalid="this.setCustomValidity('Enter User Name Here')"
    oninput="this.setCustomValidity('')"  />
Posted by: Guest on June-18-2020
16

required

@Anxious Addax 
man what is this I was just checking the spelling of 'required'
Posted by: Guest on April-25-2021

Browse Popular Code Answers by Language