I have a date input, and next to it I have a font awesome. How can I make the font Awesome Icon Launches the default browser datepicker?
<input type="date">
<span (click)="launchHereDatePicker()" class="fa fa-search facturas col-sm-1 "></span>
How could I achieve this?