Answers for "type="date" custom text placeholder"

2

add custom placeholder in input type date

<input type="text" placeholder="Birth Date" onfocus="(this.type='date')" onblur="if(this.value==''){this.type='text'}">
Posted by: Guest on November-20-2020

Browse Popular Code Answers by Language