We have an input date like text input. So we need to place, so we tried like this
<input placeholder="Date" class="textbox-n" type="text" onfocus="(this.type='date')" id="date">
Now it shows the placehoder "Date". Then I click on it, showing mm/dd/yyyy . Then click on it, indicating the "Date" field. But no need to show mm/dd/yyyy . After you click on the text field with an open opening.
source share