We have on text filed input type date .So we need placedholder so we tried like this
<input placeholder="Date" class="textbox-n" type="text" onfocus="(this.type='date')" id="date">
Now it's showing placehoder "Date".Then i press it's showing mm/dd/yyyy
.Then click it's showing Date box.But no need show mm/dd/yyyy
.After click on textField directly open date box .Please guide to us.