Answers for "can we put p paceholder text for input date"

11

add placeholder in input type date

<input type="text" placeholder="Date of birth" onfocus="(this.type='date')">
Posted by: Guest on October-09-2020

Code answers related to "can we put p paceholder text for input date"

Browse Popular Code Answers by Language