I'm Web Developer at Vision Infotech, Proficient in React-JS, HTML, CSS, Javascript, Jquery, and Bootstrap. ...
The placeholder attribute does not work with the input date control but using the below way we can have date control with a custom placeholder.
Try the below code
<input type="text" class="form-control" placeholder="YOUR_PLACEHOLDER" onfocus="(this.type='date')">
Try the below code.
not working bro….
Auto Sync....
Select Categories
The placeholder attribute does not work with the input date control but using the below way we can have date control with a custom placeholder.
Try the below code