Not showing placeholder for input type=”date” field

It may not be appropriate… but it helped me.

<input placeholder="Date" class="textbox-n" type="text" onfocus="(this.type="date")" id="date">

Leave a Comment